#9812B1

Color #9812B1 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #9812B1

Tints of Dark Violet #9812B1

Color information

#9812B1 (or 0x9812B1) is unknown color: approx Dark Violet. HEX triplet: 98, 12 and B1. RGB value is (152,18,177). Sum of RGB (Red+Green+Blue) = 152+18+177=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 177 (69.53% from 255 or 51.01% from 347); Max value from RGB is 177 - color contains mainly: blue. Hex color #9812B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9812B1 is #67ED4E. Grayscale: #4B4B4B. Windows color (decimal): -6810959 or 11604632. OLE color: 11604632.

HSL color Cylindrical-coordinate representation of color #9812B1: hue angle of 290.57º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9812B1 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15218177-
CMYK0.140.9000.31
HSL290.57º81.54%38.24%-
HSV(B)290.57º89.83%69.41%-
XYZ21.110.2842.47-
YUV76.19184.89182.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.80%
GREEN value IS 18 (7.42% from 255) = 5.19%
BLUE value IS 177 (69.53% from 255) = 51.01%
R=43.80%
G=5.19%
B=51.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal152181770.140.9000.31290.5781.5438.24
Hex9812B1E5A01F1235226
Octal230222611613203744312246
Binary100110001001010110001111010110100111111001000111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9812B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9812B1; }

 p { color: rgb(152,18,177); }

 H1.HeaderClassName
 {
   color: #9812B1;
 }
 .AnyTagClassName
 {
   color: #9812B1;
 }
</style>
background-color css

<style>
 a { background-color: #9812B1; }

 a { background-color: rgb(152,18,177); }

 div.DivClassName
 {
   background-color: #9812B1;
 }
 .BgClassName
 {
   background-color: #9812B1;
 }
</style>
border-color css

<style>
 span { border-color: #9812B1; }

 span { border-color: rgb(152,18,177); }

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