Html Css Color HEX #9813BB Dark Violet

📋 copy color: '#9813BB'

red 152 ◦ green 19 ◦ blue 187

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

Shades of Dark Violet #9813BB

Tints of Dark Violet #9813BB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.31%

 BLUE value IS 187 (73.44% from 255) = 52.23%

R = 42.46%
G = 5.31%
B = 52.23%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9813BB (or 0x9813BB) is known color: Dark Violet. HEX triplet: 98, 13 and BB. RGB value is (152,19,187). Sum of RGB (Red+Green+Blue) = 152+19+187=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 19 (7.81% from 255 or 5.31% from 358); Blue value is 187 (73.44% from 255 or 52.23% from 358); Max value from RGB is 187 - color contains mainly: blue. Hex color #9813BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9813BB is #67EC44. Grayscale: #4D4D4D. Windows color (decimal): -6810693 or 12260248. OLE color: 12260248.

HSL color Cylindrical-coordinate representation of color #9813BB: hue angle of 287.5º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9813BB is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 19 187 -
CMYK 0.19 0.90 0 0.27
HSL 287.5º 0.82% 0.4% -
HSV(B) 287.5º 0.9% 0.73% -
XYZ 22.15 10.73 47.92 -
YUV 77.92 189.56 180.84 -
System Red Green Blue C M Y K H S L
Decimal 152 19 187 0.19 0.90 0 0.27 287.5 0.82 0.4
Hex 98 13 BB 13 5A 0 1B 120 52 28
Octal 230 23 273 23 132 0 33 440 122 50
Binary 10011000 10011 10111011 10011 1011010 0 11011 100100000 1010010 101000

Color Harmonies of #9813BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9813BB

Black with #9813BB

Text Example


Text Example

White with #9813BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9813BB; }

 p { color: rgb(152,19,187); }

 H1.HeaderClassName
 {
   color: #9813BB;
 }
 .AnyTagClassName
 {
   color: #9813BB;
 }
</style>

background-color css

<style>
 a { background-color: #9813BB; }

 a { background-color: rgb(152,19,187); }

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

border-color css

<style>
 span { border-color: #9813BB; }

 span { border-color: rgb(152,19,187); }

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