Html Css Color HEX #9121CE Dark Orchid

📋 copy color: '#9121CE'

red 145 ◦ green 33 ◦ blue 206

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

Shades of Dark Orchid #9121CE

Tints of Dark Orchid #9121CE

RGB

 RED value IS 145 (57.03% from 255) = 37.76%

 GREEN value IS 33 (13.28% from 255) = 8.59%

 BLUE value IS 206 (80.86% from 255) = 53.65%

R = 37.76%
G = 8.59%
B = 53.65%

CMYK

 C value IS 0.30

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9121CE (or 0x9121CE) is known color: Dark Orchid. HEX triplet: 91, 21 and CE. RGB value is (145,33,206). Sum of RGB (Red+Green+Blue) = 145+33+206=384 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.76% from 384); Green value is 33 (13.28% from 255 or 8.59% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #9121CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9121CE is #6EDE31. Grayscale: #555555. Windows color (decimal): -7265842 or 13509009. OLE color: 13509009.

HSL color Cylindrical-coordinate representation of color #9121CE: hue angle of 278.84º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9121CE is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 145 33 206 -
CMYK 0.30 0.84 0 0.19
HSL 278.84º 0.72% 0.47% -
HSV(B) 278.84º 0.84% 0.81% -
XYZ 23.36 11.56 59.39 -
YUV 86.21 195.61 169.93 -
System Red Green Blue C M Y K H S L
Decimal 145 33 206 0.30 0.84 0 0.19 278.84 0.72 0.47
Hex 91 21 CE 1E 54 0 13 117 48 2F
Octal 221 41 316 36 124 0 23 427 110 57
Binary 10010001 100001 11001110 11110 1010100 0 10011 100010111 1001000 101111

Color Harmonies of #9121CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9121CE

Black with #9121CE

Text Example


Text Example

White with #9121CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9121CE; }

 p { color: rgb(145,33,206); }

 H1.HeaderClassName
 {
   color: #9121CE;
 }
 .AnyTagClassName
 {
   color: #9121CE;
 }
</style>

background-color css

<style>
 a { background-color: #9121CE; }

 a { background-color: rgb(145,33,206); }

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

border-color css

<style>
 span { border-color: #9121CE; }

 span { border-color: rgb(145,33,206); }

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