Html Css Color HEX #9C17BD Dark Orchid

📋 copy color: '#9C17BD'

red 156 ◦ green 23 ◦ blue 189

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

Shades of Dark Orchid #9C17BD

Tints of Dark Orchid #9C17BD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.25%

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

R = 42.39%
G = 6.25%
B = 51.36%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9C17BD (or 0x9C17BD) is known color: Dark Orchid. HEX triplet: 9C, 17 and BD. RGB value is (156,23,189). Sum of RGB (Red+Green+Blue) = 156+23+189=368 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.39% from 368); Green value is 23 (9.38% from 255 or 6.25% from 368); Blue value is 189 (74.22% from 255 or 51.36% from 368); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C17BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C17BD is #63E842. Grayscale: #515151. Windows color (decimal): -6547523 or 12392348. OLE color: 12392348.

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

Color convert

RGB 156 23 189 -
CMYK 0.17 0.88 0 0.26
HSL 288.07º 0.78% 0.42% -
HSV(B) 288.07º 0.88% 0.74% -
XYZ 23.2 11.35 49.11 -
YUV 81.69 188.56 181 -
System Red Green Blue C M Y K H S L
Decimal 156 23 189 0.17 0.88 0 0.26 288.07 0.78 0.42
Hex 9C 17 BD 11 58 0 1A 120 4E 2A
Octal 234 27 275 21 130 0 32 440 116 52
Binary 10011100 10111 10111101 10001 1011000 0 11010 100100000 1001110 101010

Color Harmonies of #9C17BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C17BD

Black with #9C17BD

Text Example


Text Example

White with #9C17BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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