#9117CA

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

Shades of Dark Violet #9117CA

Tints of Dark Violet #9117CA

Color information

#9117CA (or 0x9117CA) is unknown color: approx Dark Violet. HEX triplet: 91, 17 and CA. RGB value is (145,23,202). Sum of RGB (Red+Green+Blue) = 145+23+202=370 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.19% from 370); Green value is 23 (9.38% from 255 or 6.22% from 370); Blue value is 202 (79.30% from 255 or 54.59% from 370); Max value from RGB is 202 - color contains mainly: blue. Hex color #9117CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9117CA is #6EE835. Grayscale: #4F4F4F. Windows color (decimal): -7268406 or 13244305. OLE color: 13244305.

HSL color Cylindrical-coordinate representation of color #9117CA: hue angle of 280.89º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9117CA is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14523202-
CMYK0.280.8900.21
HSL280.89º79.56%44.12%-
HSV(B)280.89º88.61%79.22%-
XYZ22.6410.956.79-
YUV79.88196.92174.45-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.19%
GREEN value IS 23 (9.38% from 255) = 6.22%
BLUE value IS 202 (79.30% from 255) = 54.59%
R=39.19%
G=6.22%
B=54.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal145232020.280.8900.21280.8979.5644.12
Hex9117CA1C59015119502c
Octal221273123413102543112054
Binary1001000110111110010101110010110010101011000110011010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9117CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9117CA; }

 p { color: rgb(145,23,202); }

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

<style>
 a { background-color: #9117CA; }

 a { background-color: rgb(145,23,202); }

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

<style>
 span { border-color: #9117CA; }

 span { border-color: rgb(145,23,202); }

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