#9605FD

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

Shades of Dark Violet #9605FD

Tints of Dark Violet #9605FD

Color information

#9605FD (or 0x9605FD) is unknown color: approx Dark Violet. HEX triplet: 96, 05 and FD. RGB value is (150,5,253). Sum of RGB (Red+Green+Blue) = 150+5+253=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 5 (2.34% from 255 or 1.23% from 408); Blue value is 253 (99.22% from 255 or 62.01% from 408); Max value from RGB is 253 - color contains mainly: blue. Hex color #9605FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9605FD is #69FA02. Grayscale: #4B4B4B. Windows color (decimal): -6945283 or 16582038. OLE color: 16582038.

HSL color Cylindrical-coordinate representation of color #9605FD: hue angle of 275.08º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9605FD is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB1505253-
CMYK0.410.9800.01
HSL275.08º98.41%50.59%-
HSV(B)275.08º98.02%99.22%-
XYZ30.3613.6893.97-
YUV76.63227.54180.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.76%
GREEN value IS 5 (2.34% from 255) = 1.23%
BLUE value IS 253 (99.22% from 255) = 62.01%
R=36.76%
G=1.23%
B=62.01%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal15052530.410.9800.01275.0898.4150.59
Hex965FD2962011136233
Octal2265375511420142314263
Binary10010110101111111011010011100010011000100111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9605FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9605FD; }

 p { color: rgb(150,5,253); }

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

<style>
 a { background-color: #9605FD; }

 a { background-color: rgb(150,5,253); }

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

<style>
 span { border-color: #9605FD; }

 span { border-color: rgb(150,5,253); }

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