Html Css Color HEX #9219CC Dark Orchid

📋 copy color: '#9219CC'

red 146 ◦ green 25 ◦ blue 204

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

Shades of Dark Orchid #9219CC

Tints of Dark Orchid #9219CC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.67%

 BLUE value IS 204 (80.08% from 255) = 54.4%

R = 38.93%
G = 6.67%
B = 54.4%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9219CC (or 0x9219CC) is known color: Dark Orchid. HEX triplet: 92, 19 and CC. RGB value is (146,25,204). Sum of RGB (Red+Green+Blue) = 146+25+204=375 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.93% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #9219CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9219CC is #6DE633. Grayscale: #505050. Windows color (decimal): -7202356 or 13375890. OLE color: 13375890.

HSL color Cylindrical-coordinate representation of color #9219CC: hue angle of 280.56º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9219CC is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 146 25 204 -
CMYK 0.28 0.88 0 0.2
HSL 280.56º 0.78% 0.45% -
HSV(B) 280.56º 0.88% 0.8% -
XYZ 23.1 11.17 58.06 -
YUV 81.59 197.09 173.95 -
System Red Green Blue C M Y K H S L
Decimal 146 25 204 0.28 0.88 0 0.2 280.56 0.78 0.45
Hex 92 19 CC 1C 58 0 14 119 4E 2D
Octal 222 31 314 34 130 0 24 431 116 55
Binary 10010010 11001 11001100 11100 1011000 0 10100 100011001 1001110 101101

Color Harmonies of #9219CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9219CC

Black with #9219CC

Text Example


Text Example

White with #9219CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9219CC; }

 p { color: rgb(146,25,204); }

 H1.HeaderClassName
 {
   color: #9219CC;
 }
 .AnyTagClassName
 {
   color: #9219CC;
 }
</style>

background-color css

<style>
 a { background-color: #9219CC; }

 a { background-color: rgb(146,25,204); }

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

border-color css

<style>
 span { border-color: #9219CC; }

 span { border-color: rgb(146,25,204); }

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