#9118CB

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

Shades of Dark Violet #9118CB

Tints of Dark Violet #9118CB

Color information

#9118CB (or 0x9118CB) is unknown color: approx Dark Violet. HEX triplet: 91, 18 and CB. RGB value is (145,24,203). Sum of RGB (Red+Green+Blue) = 145+24+203=372 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.98% from 372); Green value is 24 (9.77% from 255 or 6.45% from 372); Blue value is 203 (79.69% from 255 or 54.57% from 372); Max value from RGB is 203 - color contains mainly: blue. Hex color #9118CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9118CB is #6EE734. Grayscale: #4F4F4F. Windows color (decimal): -7268149 or 13310097. OLE color: 13310097.

HSL color Cylindrical-coordinate representation of color #9118CB: hue angle of 280.56º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9118CB is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14524203-
CMYK0.290.8800.20
HSL280.56º78.85%44.51%-
HSV(B)280.56º88.18%79.61%-
XYZ22.7810.9857.42-
YUV80.58197.09173.95-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.98%
GREEN value IS 24 (9.77% from 255) = 6.45%
BLUE value IS 203 (79.69% from 255) = 54.57%
R=38.98%
G=6.45%
B=54.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal145242030.290.8800.20280.5678.8544.51
Hex9118CB1D580141194f2d
Octal221303133513002443111755
Binary1001000111000110010111110110110000101001000110011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9118CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9118CB; }

 p { color: rgb(145,24,203); }

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

<style>
 a { background-color: #9118CB; }

 a { background-color: rgb(145,24,203); }

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

<style>
 span { border-color: #9118CB; }

 span { border-color: rgb(145,24,203); }

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