Html Css Color HEX #921EC1 Dark Orchid

📋 copy color: '#921EC1'

red 146 ◦ green 30 ◦ blue 193

#921EC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #921EC1

Tints of Dark Orchid #921EC1

RGB

 RED value IS 146 (57.42% from 255) = 39.57%

 GREEN value IS 30 (12.11% from 255) = 8.13%

 BLUE value IS 193 (75.78% from 255) = 52.3%

R = 39.57%
G = 8.13%
B = 52.3%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#921EC1 (or 0x921EC1) is known color: Dark Orchid. HEX triplet: 92, 1E and C1. RGB value is (146,30,193). Sum of RGB (Red+Green+Blue) = 146+30+193=369 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.57% from 369); Green value is 30 (12.11% from 255 or 8.13% from 369); Blue value is 193 (75.78% from 255 or 52.30% from 369); Max value from RGB is 193 - color contains mainly: blue. Hex color #921EC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #921EC1 is #6DE13E. Grayscale: #525252. Windows color (decimal): -7201087 or 12656274. OLE color: 12656274.

HSL color Cylindrical-coordinate representation of color #921EC1: hue angle of 282.7º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #921EC1 is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 146 30 193 -
CMYK 0.24 0.84 0 0.24
HSL 282.7º 0.73% 0.44% -
HSV(B) 282.7º 0.84% 0.76% -
XYZ 21.94 10.89 51.4 -
YUV 83.27 189.93 172.75 -
System Red Green Blue C M Y K H S L
Decimal 146 30 193 0.24 0.84 0 0.24 282.7 0.73 0.44
Hex 92 1E C1 18 54 0 18 11B 49 2C
Octal 222 36 301 30 124 0 30 433 111 54
Binary 10010010 11110 11000001 11000 1010100 0 11000 100011011 1001001 101100

Color Harmonies of #921EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921EC1

Black with #921EC1

Text Example


Text Example

White with #921EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921EC1; }

 p { color: rgb(146,30,193); }

 H1.HeaderClassName
 {
   color: #921EC1;
 }
 .AnyTagClassName
 {
   color: #921EC1;
 }
</style>

background-color css

<style>
 a { background-color: #921EC1; }

 a { background-color: rgb(146,30,193); }

 div.DivClassName
 {
   background-color: #921EC1;
 }
 .BgClassName
 {
   background-color: #921EC1;
 }
</style>

border-color css

<style>
 span { border-color: #921EC1; }

 span { border-color: rgb(146,30,193); }

 td.TdClassName
 {
   border-color: #921EC1;
 }
 .TagClassName
 {
   border-color: #921EC1;
 }
</style>