#9405CA

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

Shades of Dark Violet #9405CA

Tints of Dark Violet #9405CA

Color information

#9405CA (or 0x9405CA) is unknown color: approx Dark Violet. HEX triplet: 94, 05 and CA. RGB value is (148,5,202). Sum of RGB (Red+Green+Blue) = 148+5+202=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 5 (2.34% from 255 or 1.41% from 355); Blue value is 202 (79.30% from 255 or 56.90% from 355); Max value from RGB is 202 - color contains mainly: blue. Hex color #9405CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9405CA is #6BFA35. Grayscale: #454545. Windows color (decimal): -7076406 or 13239700. OLE color: 13239700.

HSL color Cylindrical-coordinate representation of color #9405CA: hue angle of 283.55º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9405CA is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1485202-
CMYK0.270.9800.21
HSL283.55º95.17%40.59%-
HSV(B)283.55º97.52%79.22%-
XYZ22.9310.6756.73-
YUV70.22202.38183.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.69%
GREEN value IS 5 (2.34% from 255) = 1.41%
BLUE value IS 202 (79.30% from 255) = 56.90%
R=41.69%
G=1.41%
B=56.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal14852020.270.9800.21283.5595.1740.59
Hex945CA1B6201511c5f29
Octal22453123314202543413751
Binary10010100101110010101101111000100101011000111001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9405CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,5,202); }

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

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

 a { background-color: rgb(148,5,202); }

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

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

 span { border-color: rgb(148,5,202); }

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