Html Css Color HEX #9816B7 Dark Orchid

📋 copy color: '#9816B7'

red 152 ◦ green 22 ◦ blue 183

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

Shades of Dark Orchid #9816B7

Tints of Dark Orchid #9816B7

RGB

 RED value IS 152 (59.77% from 255) = 42.58%

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

 BLUE value IS 183 (71.88% from 255) = 51.26%

R = 42.58%
G = 6.16%
B = 51.26%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9816B7 (or 0x9816B7) is known color: Dark Orchid. HEX triplet: 98, 16 and B7. RGB value is (152,22,183). Sum of RGB (Red+Green+Blue) = 152+22+183=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 22 (8.98% from 255 or 6.16% from 357); Blue value is 183 (71.88% from 255 or 51.26% from 357); Max value from RGB is 183 - color contains mainly: blue. Hex color #9816B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9816B7 is #67E948. Grayscale: #4E4E4E. Windows color (decimal): -6809929 or 11998872. OLE color: 11998872.

HSL color Cylindrical-coordinate representation of color #9816B7: hue angle of 288.45º 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 #9816B7 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 152 22 183 -
CMYK 0.17 0.88 0 0.28
HSL 288.45º 0.79% 0.4% -
HSV(B) 288.45º 0.88% 0.72% -
XYZ 21.78 10.67 45.71 -
YUV 79.22 186.57 179.91 -
System Red Green Blue C M Y K H S L
Decimal 152 22 183 0.17 0.88 0 0.28 288.45 0.79 0.4
Hex 98 16 B7 11 58 0 1C 120 4F 28
Octal 230 26 267 21 130 0 34 440 117 50
Binary 10011000 10110 10110111 10001 1011000 0 11100 100100000 1001111 101000

Color Harmonies of #9816B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9816B7

Black with #9816B7

Text Example


Text Example

White with #9816B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9816B7; }

 p { color: rgb(152,22,183); }

 H1.HeaderClassName
 {
   color: #9816B7;
 }
 .AnyTagClassName
 {
   color: #9816B7;
 }
</style>

background-color css

<style>
 a { background-color: #9816B7; }

 a { background-color: rgb(152,22,183); }

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

border-color css

<style>
 span { border-color: #9816B7; }

 span { border-color: rgb(152,22,183); }

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