#9805CA

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

Shades of Dark Violet #9805CA

Tints of Dark Violet #9805CA

Color information

#9805CA (or 0x9805CA) is unknown color: approx Dark Violet. HEX triplet: 98, 05 and CA. RGB value is (152,5,202). Sum of RGB (Red+Green+Blue) = 152+5+202=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 5 (2.34% from 255 or 1.39% from 359); Blue value is 202 (79.30% from 255 or 56.27% from 359); Max value from RGB is 202 - color contains mainly: blue. Hex color #9805CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9805CA is #67FA35. Grayscale: #464646. Windows color (decimal): -6814262 or 13239704. OLE color: 13239704.

HSL color Cylindrical-coordinate representation of color #9805CA: hue angle of 284.77º 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 #9805CA is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1525202-
CMYK0.250.9800.21
HSL284.77º95.17%40.59%-
HSV(B)284.77º97.52%79.22%-
XYZ23.6611.0556.76-
YUV71.41201.7185.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.34%
GREEN value IS 5 (2.34% from 255) = 1.39%
BLUE value IS 202 (79.30% from 255) = 56.27%
R=42.34%
G=1.39%
B=56.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal15252020.250.9800.21284.7795.1740.59
Hex985CA196201511d5f29
Octal23053123114202543513751
Binary10011000101110010101100111000100101011000111011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9805CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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