Html Css Color HEX #9917BC Dark Orchid

📋 copy color: '#9917BC'

red 153 ◦ green 23 ◦ blue 188

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

Shades of Dark Orchid #9917BC

Tints of Dark Orchid #9917BC

RGB

 RED value IS 153 (60.16% from 255) = 42.03%

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

 BLUE value IS 188 (73.83% from 255) = 51.65%

R = 42.03%
G = 6.32%
B = 51.65%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9917BC (or 0x9917BC) is known color: Dark Orchid. HEX triplet: 99, 17 and BC. RGB value is (153,23,188). Sum of RGB (Red+Green+Blue) = 153+23+188=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 23 (9.38% from 255 or 6.32% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #9917BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9917BC is #66E843. Grayscale: #505050. Windows color (decimal): -6744132 or 12326809. OLE color: 12326809.

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

Color convert

RGB 153 23 188 -
CMYK 0.19 0.88 0 0.26
HSL 287.27º 0.78% 0.41% -
HSV(B) 287.27º 0.88% 0.74% -
XYZ 22.52 11.02 48.52 -
YUV 80.68 188.57 179.58 -
System Red Green Blue C M Y K H S L
Decimal 153 23 188 0.19 0.88 0 0.26 287.27 0.78 0.41
Hex 99 17 BC 13 58 0 1A 11F 4E 29
Octal 231 27 274 23 130 0 32 437 116 51
Binary 10011001 10111 10111100 10011 1011000 0 11010 100011111 1001110 101001

Color Harmonies of #9917BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9917BC

Black with #9917BC

Text Example


Text Example

White with #9917BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9917BC; }

 p { color: rgb(153,23,188); }

 H1.HeaderClassName
 {
   color: #9917BC;
 }
 .AnyTagClassName
 {
   color: #9917BC;
 }
</style>

background-color css

<style>
 a { background-color: #9917BC; }

 a { background-color: rgb(153,23,188); }

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

border-color css

<style>
 span { border-color: #9917BC; }

 span { border-color: rgb(153,23,188); }

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