#9005CC

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

Shades of Dark Violet #9005CC

Tints of Dark Violet #9005CC

Color information

#9005CC (or 0x9005CC) is unknown color: approx Dark Violet. HEX triplet: 90, 05 and CC. RGB value is (144,5,204). Sum of RGB (Red+Green+Blue) = 144+5+204=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 5 (2.34% from 255 or 1.42% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #9005CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9005CC is #6FFA33. Grayscale: #444444. Windows color (decimal): -7338548 or 13370768. OLE color: 13370768.

HSL color Cylindrical-coordinate representation of color #9005CC: hue angle of 281.91º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9005CC is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1445204-
CMYK0.290.9800.2
HSL281.91º95.22%40.98%-
HSV(B)281.91º97.55%80%-
XYZ22.4510.457.95-
YUV69.25204.05181.32-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.79%
GREEN value IS 5 (2.34% from 255) = 1.42%
BLUE value IS 204 (80.08% from 255) = 57.79%
R=40.79%
G=1.42%
B=57.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal14452040.290.9800.2281.9195.2240.98
Hex905CC1D6201411a5f29
Octal22053143514202443213751
Binary10010000101110011001110111000100101001000110101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9005CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9005CC; }

 p { color: rgb(144,5,204); }

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

<style>
 a { background-color: #9005CC; }

 a { background-color: rgb(144,5,204); }

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

<style>
 span { border-color: #9005CC; }

 span { border-color: rgb(144,5,204); }

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