Html Css Color HEX #9815BB Dark Violet

📋 copy color: '#9815BB'

red 152 ◦ green 21 ◦ blue 187

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

Shades of Dark Violet #9815BB

Tints of Dark Violet #9815BB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.83%

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

R = 42.22%
G = 5.83%
B = 51.94%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9815BB (or 0x9815BB) is known color: Dark Violet. HEX triplet: 98, 15 and BB. RGB value is (152,21,187). Sum of RGB (Red+Green+Blue) = 152+21+187=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #9815BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9815BB is #67EA44. Grayscale: #4E4E4E. Windows color (decimal): -6810181 or 12260760. OLE color: 12260760.

HSL color Cylindrical-coordinate representation of color #9815BB: hue angle of 287.35º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9815BB is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 21 187 -
CMYK 0.19 0.89 0 0.27
HSL 287.35º 0.8% 0.41% -
HSV(B) 287.35º 0.89% 0.73% -
XYZ 22.19 10.8 47.93 -
YUV 79.09 188.9 180 -
System Red Green Blue C M Y K H S L
Decimal 152 21 187 0.19 0.89 0 0.27 287.35 0.8 0.41
Hex 98 15 BB 13 59 0 1B 11F 50 29
Octal 230 25 273 23 131 0 33 437 120 51
Binary 10011000 10101 10111011 10011 1011001 0 11011 100011111 1010000 101001

Color Harmonies of #9815BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9815BB

Black with #9815BB

Text Example


Text Example

White with #9815BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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