Html Css Color HEX #921EB6 Dark Orchid

📋 copy color: '#921EB6'

red 146 ◦ green 30 ◦ blue 182

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

Shades of Dark Orchid #921EB6

Tints of Dark Orchid #921EB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 50.84%

R = 40.78%
G = 8.38%
B = 50.84%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#921EB6 (or 0x921EB6) is known color: Dark Orchid. HEX triplet: 92, 1E and B6. RGB value is (146,30,182). Sum of RGB (Red+Green+Blue) = 146+30+182=358 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.78% from 358); Green value is 30 (12.11% from 255 or 8.38% from 358); Blue value is 182 (71.48% from 255 or 50.84% from 358); Max value from RGB is 182 - color contains mainly: blue. Hex color #921EB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #921EB6 is #6DE149. Grayscale: #515151. Windows color (decimal): -7201098 or 11935378. OLE color: 11935378.

HSL color Cylindrical-coordinate representation of color #921EB6: hue angle of 285.79º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #921EB6 is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 146 30 182 -
CMYK 0.20 0.84 0 0.29
HSL 285.79º 0.72% 0.42% -
HSV(B) 285.79º 0.84% 0.71% -
XYZ 20.76 10.42 45.17 -
YUV 82.01 184.43 173.64 -
System Red Green Blue C M Y K H S L
Decimal 146 30 182 0.20 0.84 0 0.29 285.79 0.72 0.42
Hex 92 1E B6 14 54 0 1D 11E 48 2A
Octal 222 36 266 24 124 0 35 436 110 52
Binary 10010010 11110 10110110 10100 1010100 0 11101 100011110 1001000 101010

Color Harmonies of #921EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921EB6

Black with #921EB6

Text Example


Text Example

White with #921EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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