Html Css Color HEX #9D16B8 Dark Orchid

📋 copy color: '#9D16B8'

red 157 ◦ green 22 ◦ blue 184

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

Shades of Dark Orchid #9D16B8

Tints of Dark Orchid #9D16B8

RGB

 RED value IS 157 (61.72% from 255) = 43.25%

 GREEN value IS 22 (8.98% from 255) = 6.06%

 BLUE value IS 184 (72.27% from 255) = 50.69%

R = 43.25%
G = 6.06%
B = 50.69%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9D16B8 (or 0x9D16B8) is known color: Dark Orchid. HEX triplet: 9D, 16 and B8. RGB value is (157,22,184). Sum of RGB (Red+Green+Blue) = 157+22+184=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 22 (8.98% from 255 or 6.06% from 363); Blue value is 184 (72.27% from 255 or 50.69% from 363); Max value from RGB is 184 - color contains mainly: blue. Hex color #9D16B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D16B8 is #62E947. Grayscale: #505050. Windows color (decimal): -6482248 or 12064413. OLE color: 12064413.

HSL color Cylindrical-coordinate representation of color #9D16B8: hue angle of 290º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9D16B8 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 157 22 184 -
CMYK 0.15 0.88 0 0.28
HSL 290º 0.79% 0.4% -
HSV(B) 290º 0.88% 0.72% -
XYZ 22.84 11.2 46.31 -
YUV 80.83 186.23 182.33 -
System Red Green Blue C M Y K H S L
Decimal 157 22 184 0.15 0.88 0 0.28 290 0.79 0.4
Hex 9D 16 B8 F 58 0 1C 122 4F 28
Octal 235 26 270 17 130 0 34 442 117 50
Binary 10011101 10110 10111000 1111 1011000 0 11100 100100010 1001111 101000

Color Harmonies of #9D16B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D16B8

Black with #9D16B8

Text Example


Text Example

White with #9D16B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,22,184); }

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

background-color css

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

 a { background-color: rgb(157,22,184); }

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

border-color css

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

 span { border-color: rgb(157,22,184); }

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