#9003CA

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

Shades of Dark Violet #9003CA

Tints of Dark Violet #9003CA

Color information

#9003CA (or 0x9003CA) is unknown color: approx Dark Violet. HEX triplet: 90, 03 and CA. RGB value is (144,3,202). Sum of RGB (Red+Green+Blue) = 144+3+202=349 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.26% from 349); Green value is 3 (1.56% from 255 or 0.86% from 349); Blue value is 202 (79.30% from 255 or 57.88% from 349); Max value from RGB is 202 - color contains mainly: blue. Hex color #9003CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9003CA is #6FFC35. Grayscale: #434343. Windows color (decimal): -7339062 or 13239184. OLE color: 13239184.

HSL color Cylindrical-coordinate representation of color #9003CA: hue angle of 282.51º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9003CA is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1443202-
CMYK0.290.9900.21
HSL282.51º97.07%40.2%-
HSV(B)282.51º98.51%79.22%-
XYZ22.1910.2656.69-
YUV67.84203.71182.32-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.26%
GREEN value IS 3 (1.56% from 255) = 0.86%
BLUE value IS 202 (79.30% from 255) = 57.88%
R=41.26%
G=0.86%
B=57.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal14432020.290.9900.21282.5197.0740.2
Hex903CA1D6301511b6128
Octal22033123514302543314150
Binary1001000011110010101110111000110101011000110111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9003CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,3,202); }

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

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

 a { background-color: rgb(144,3,202); }

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

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

 span { border-color: rgb(144,3,202); }

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