Html Css Color HEX #9917B5 Dark Orchid

📋 copy color: '#9917B5'

red 153 ◦ green 23 ◦ blue 181

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

Shades of Dark Orchid #9917B5

Tints of Dark Orchid #9917B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 50.7%

R = 42.86%
G = 6.44%
B = 50.7%

CMYK

 C value IS 0.15

 M value IS 0.87

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9917B5 (or 0x9917B5) is known color: Dark Orchid. HEX triplet: 99, 17 and B5. RGB value is (153,23,181). Sum of RGB (Red+Green+Blue) = 153+23+181=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 23 (9.38% from 255 or 6.44% from 357); Blue value is 181 (71.09% from 255 or 50.70% from 357); Max value from RGB is 181 - color contains mainly: blue. Hex color #9917B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9917B5 is #66E84A. Grayscale: #4F4F4F. Windows color (decimal): -6744139 or 11868057. OLE color: 11868057.

HSL color Cylindrical-coordinate representation of color #9917B5: hue angle of 289.37º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9917B5 is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 23 181 -
CMYK 0.15 0.87 0 0.29
HSL 289.37º 0.77% 0.4% -
HSV(B) 289.37º 0.87% 0.71% -
XYZ 21.78 10.72 44.64 -
YUV 79.88 185.07 180.15 -
System Red Green Blue C M Y K H S L
Decimal 153 23 181 0.15 0.87 0 0.29 289.37 0.77 0.4
Hex 99 17 B5 F 57 0 1D 121 4D 28
Octal 231 27 265 17 127 0 35 441 115 50
Binary 10011001 10111 10110101 1111 1010111 0 11101 100100001 1001101 101000

Color Harmonies of #9917B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9917B5

Black with #9917B5

Text Example


Text Example

White with #9917B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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