#910CDB

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

Shades of Dark Violet #910CDB

Tints of Dark Violet #910CDB

Color information

#910CDB (or 0x910CDB) is unknown color: approx Dark Violet. HEX triplet: 91, 0C and DB. RGB value is (145,12,219). Sum of RGB (Red+Green+Blue) = 145+12+219=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 12 (5.08% from 255 or 3.19% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #910CDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #910CDB is #6EF324. Grayscale: #4A4A4A. Windows color (decimal): -7271205 or 14355601. OLE color: 14355601.

HSL color Cylindrical-coordinate representation of color #910CDB: hue angle of 278.55º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #910CDB is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB14512219-
CMYK0.340.9500.14
HSL278.55º89.61%45.29%-
HSV(B)278.55º94.52%85.88%-
XYZ24.5911.467.92-
YUV75.36209.06177.67-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.56%
GREEN value IS 12 (5.08% from 255) = 3.19%
BLUE value IS 219 (85.94% from 255) = 58.24%
R=38.56%
G=3.19%
B=58.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal145122190.340.9500.14278.5589.6145.29
Hex91CDB225F0E1175a2d
Octal221143334213701642713255
Binary100100011100110110111000101011111011101000101111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910CDB; }

 p { color: rgb(145,12,219); }

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

<style>
 a { background-color: #910CDB; }

 a { background-color: rgb(145,12,219); }

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

<style>
 span { border-color: #910CDB; }

 span { border-color: rgb(145,12,219); }

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