Html Css Color HEX #9717BD Dark Orchid

📋 copy color: '#9717BD'

red 151 ◦ green 23 ◦ blue 189

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

Shades of Dark Orchid #9717BD

Tints of Dark Orchid #9717BD

RGB

 RED value IS 151 (59.38% from 255) = 41.6%

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

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

R = 41.6%
G = 6.34%
B = 52.07%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9717BD (or 0x9717BD) is known color: Dark Orchid. HEX triplet: 97, 17 and BD. RGB value is (151,23,189). Sum of RGB (Red+Green+Blue) = 151+23+189=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 23 (9.38% from 255 or 6.34% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #9717BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9717BD is #68E842. Grayscale: #4F4F4F. Windows color (decimal): -6875203 or 12392343. OLE color: 12392343.

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

Color convert

RGB 151 23 189 -
CMYK 0.20 0.88 0 0.26
HSL 286.27º 0.78% 0.42% -
HSV(B) 286.27º 0.88% 0.74% -
XYZ 22.25 10.87 49.07 -
YUV 80.2 189.41 178.5 -
System Red Green Blue C M Y K H S L
Decimal 151 23 189 0.20 0.88 0 0.26 286.27 0.78 0.42
Hex 97 17 BD 14 58 0 1A 11E 4E 2A
Octal 227 27 275 24 130 0 32 436 116 52
Binary 10010111 10111 10111101 10100 1011000 0 11010 100011110 1001110 101010

Color Harmonies of #9717BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9717BD

Black with #9717BD

Text Example


Text Example

White with #9717BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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