#9114d4

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

Shades of Dark Violet #9114D4

Tints of Dark Violet #9114D4

Color information

#9114D4 (or 0x9114D4) is unknown color: approx Dark Violet. HEX triplet: 91, 14 and D4. RGB value is (145,20,212). Sum of RGB (Red+Green+Blue) = 145+20+212=377 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.46% from 377); Green value is 20 (8.20% from 255 or 5.31% from 377); Blue value is 212 (83.20% from 255 or 56.23% from 377); Max value from RGB is 212 - color contains mainly: blue. Hex color #9114D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9114D4 is #6EEB2B. Grayscale: #4E4E4E. Windows color (decimal): -7269164 or 13898897. OLE color: 13898897.

HSL color Cylindrical-coordinate representation of color #9114D4: hue angle of 279.06º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9114D4 is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB14520212-
CMYK0.320.9100.17
HSL279.06º82.76%45.49%-
HSV(B)279.06º90.57%83.14%-
XYZ23.8111.2763.21-
YUV79.26202.91174.89-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.46%
GREEN value IS 20 (8.20% from 255) = 5.31%
BLUE value IS 212 (83.20% from 255) = 56.23%
R=38.46%
G=5.31%
B=56.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal145202120.320.9100.17279.0682.7645.49
Hex9114D4205B011117532d
Octal221243244013302142712355
Binary10010001101001101010010000010110110100011000101111010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9114d4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9114d4; }

 p { color: rgb(145,20,212); }

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

<style>
 a { background-color: #9114d4; }

 a { background-color: rgb(145,20,212); }

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

<style>
 span { border-color: #9114d4; }

 span { border-color: rgb(145,20,212); }

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