Html Css Color HEX #9917BD Dark Orchid

📋 copy color: '#9917BD'

red 153 ◦ green 23 ◦ blue 189

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

Shades of Dark Orchid #9917BD

Tints of Dark Orchid #9917BD

RGB

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

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

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

R = 41.92%
G = 6.3%
B = 51.78%

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

#9917BD (or 0x9917BD) is known color: Dark Orchid. HEX triplet: 99, 17 and BD. RGB value is (153,23,189). Sum of RGB (Red+Green+Blue) = 153+23+189=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 23 (9.38% from 255 or 6.30% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #9917BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9917BD is #66E842. Grayscale: #505050. Windows color (decimal): -6744131 or 12392345. OLE color: 12392345.

HSL color Cylindrical-coordinate representation of color #9917BD: hue angle of 286.99º 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 #9917BD is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 23 189 -
CMYK 0.19 0.88 0 0.26
HSL 286.99º 0.78% 0.42% -
HSV(B) 286.99º 0.88% 0.74% -
XYZ 22.63 11.06 49.09 -
YUV 80.79 189.07 179.5 -
System Red Green Blue C M Y K H S L
Decimal 153 23 189 0.19 0.88 0 0.26 286.99 0.78 0.42
Hex 99 17 BD 13 58 0 1A 11F 4E 2A
Octal 231 27 275 23 130 0 32 437 116 52
Binary 10011001 10111 10111101 10011 1011000 0 11010 100011111 1001110 101010

Color Harmonies of #9917BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9917BD

Black with #9917BD

Text Example


Text Example

White with #9917BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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