Html Css Color HEX #9119CC Dark Orchid

📋 copy color: '#9119CC'

red 145 ◦ green 25 ◦ blue 204

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

Shades of Dark Orchid #9119CC

Tints of Dark Orchid #9119CC

RGB

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

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

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

R = 38.77%
G = 6.68%
B = 54.55%

CMYK

 C value IS 0.29

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9119CC (or 0x9119CC) is known color: Dark Orchid. HEX triplet: 91, 19 and CC. RGB value is (145,25,204). Sum of RGB (Red+Green+Blue) = 145+25+204=374 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.77% from 374); Green value is 25 (10.16% from 255 or 6.68% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #9119CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9119CC is #6EE633. Grayscale: #505050. Windows color (decimal): -7267892 or 13375889. OLE color: 13375889.

HSL color Cylindrical-coordinate representation of color #9119CC: hue angle of 280.22º 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 #9119CC is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 145 25 204 -
CMYK 0.29 0.88 0 0.2
HSL 280.22º 0.78% 0.45% -
HSV(B) 280.22º 0.88% 0.8% -
XYZ 22.92 11.07 58.06 -
YUV 81.29 197.26 173.45 -
System Red Green Blue C M Y K H S L
Decimal 145 25 204 0.29 0.88 0 0.2 280.22 0.78 0.45
Hex 91 19 CC 1D 58 0 14 118 4E 2D
Octal 221 31 314 35 130 0 24 430 116 55
Binary 10010001 11001 11001100 11101 1011000 0 10100 100011000 1001110 101101

Color Harmonies of #9119CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9119CC

Black with #9119CC

Text Example


Text Example

White with #9119CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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