Html Css Color HEX #9816BE Dark Violet

📋 copy color: '#9816BE'

red 152 ◦ green 22 ◦ blue 190

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

Shades of Dark Violet #9816BE

Tints of Dark Violet #9816BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.2%

R = 41.76%
G = 6.04%
B = 52.2%

CMYK

 C value IS 0.2

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9816BE (or 0x9816BE) is known color: Dark Violet. HEX triplet: 98, 16 and BE. RGB value is (152,22,190). Sum of RGB (Red+Green+Blue) = 152+22+190=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 22 (8.98% from 255 or 6.04% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #9816BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9816BE is #67E941. Grayscale: #4F4F4F. Windows color (decimal): -6809922 or 12457624. OLE color: 12457624.

HSL color Cylindrical-coordinate representation of color #9816BE: hue angle of 286.43º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9816BE is Cyan = 0.2, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 22 190 -
CMYK 0.2 0.88 0 0.25
HSL 286.43º 0.79% 0.42% -
HSV(B) 286.43º 0.88% 0.75% -
XYZ 22.53 10.97 49.64 -
YUV 80.02 190.07 179.34 -
System Red Green Blue C M Y K H S L
Decimal 152 22 190 0.2 0.88 0 0.25 286.43 0.79 0.42
Hex 98 16 BE 14 58 0 19 11E 4F 2A
Octal 230 26 276 24 130 0 31 436 117 52
Binary 10011000 10110 10111110 10100 1011000 0 11001 100011110 1001111 101010

Color Harmonies of #9816BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9816BE

Black with #9816BE

Text Example


Text Example

White with #9816BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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