Html Css Color HEX #9C19BD Dark Orchid

📋 copy color: '#9C19BD'

red 156 ◦ green 25 ◦ blue 189

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

Shades of Dark Orchid #9C19BD

Tints of Dark Orchid #9C19BD

RGB

 RED value IS 156 (61.33% from 255) = 42.16%

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

 BLUE value IS 189 (74.22% from 255) = 51.08%

R = 42.16%
G = 6.76%
B = 51.08%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9C19BD (or 0x9C19BD) is known color: Dark Orchid. HEX triplet: 9C, 19 and BD. RGB value is (156,25,189). Sum of RGB (Red+Green+Blue) = 156+25+189=370 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.16% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C19BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C19BD is #63E642. Grayscale: #525252. Windows color (decimal): -6547011 or 12392860. OLE color: 12392860.

HSL color Cylindrical-coordinate representation of color #9C19BD: hue angle of 287.93º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C19BD is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 156 25 189 -
CMYK 0.17 0.87 0 0.26
HSL 287.93º 0.77% 0.42% -
HSV(B) 287.93º 0.87% 0.74% -
XYZ 23.24 11.44 49.13 -
YUV 82.87 187.9 180.16 -
System Red Green Blue C M Y K H S L
Decimal 156 25 189 0.17 0.87 0 0.26 287.93 0.77 0.42
Hex 9C 19 BD 11 57 0 1A 120 4D 2A
Octal 234 31 275 21 127 0 32 440 115 52
Binary 10011100 11001 10111101 10001 1010111 0 11010 100100000 1001101 101010

Color Harmonies of #9C19BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C19BD

Black with #9C19BD

Text Example


Text Example

White with #9C19BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C19BD; }

 p { color: rgb(156,25,189); }

 H1.HeaderClassName
 {
   color: #9C19BD;
 }
 .AnyTagClassName
 {
   color: #9C19BD;
 }
</style>

background-color css

<style>
 a { background-color: #9C19BD; }

 a { background-color: rgb(156,25,189); }

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

border-color css

<style>
 span { border-color: #9C19BD; }

 span { border-color: rgb(156,25,189); }

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