#9614CA

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

Shades of Dark Violet #9614CA

Tints of Dark Violet #9614CA

Color information

#9614CA (or 0x9614CA) is unknown color: approx Dark Violet. HEX triplet: 96, 14 and CA. RGB value is (150,20,202). Sum of RGB (Red+Green+Blue) = 150+20+202=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 20 (8.20% from 255 or 5.38% from 372); Blue value is 202 (79.30% from 255 or 54.30% from 372); Max value from RGB is 202 - color contains mainly: blue. Hex color #9614CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9614CA is #69EB35. Grayscale: #4F4F4F. Windows color (decimal): -6941494 or 13243542. OLE color: 13243542.

HSL color Cylindrical-coordinate representation of color #9614CA: hue angle of 282.86º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9614CA is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15020202-
CMYK0.260.9000.21
HSL282.86º81.98%43.53%-
HSV(B)282.86º90.1%79.22%-
XYZ23.4911.2556.81-
YUV79.62197.07178.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.32%
GREEN value IS 20 (8.20% from 255) = 5.38%
BLUE value IS 202 (79.30% from 255) = 54.30%
R=40.32%
G=5.38%
B=54.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal150202020.260.9000.21282.8681.9843.53
Hex9614CA1A5A01511b522c
Octal226243123213202543312254
Binary1001011010100110010101101010110100101011000110111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9614CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,20,202); }

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

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

 a { background-color: rgb(150,20,202); }

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

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

 span { border-color: rgb(150,20,202); }

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