#9603BD

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

Shades of Dark Violet #9603BD

Tints of Dark Violet #9603BD

Color information

#9603BD (or 0x9603BD) is unknown color: approx Dark Violet. HEX triplet: 96, 03 and BD. RGB value is (150,3,189). Sum of RGB (Red+Green+Blue) = 150+3+189=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 3 (1.56% from 255 or 0.88% from 342); Blue value is 189 (74.22% from 255 or 55.26% from 342); Max value from RGB is 189 - color contains mainly: blue. Hex color #9603BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9603BD is #69FC42. Grayscale: #434343. Windows color (decimal): -6945859 or 12387222. OLE color: 12387222.

HSL color Cylindrical-coordinate representation of color #9603BD: hue angle of 287.42º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9603BD is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1503189-
CMYK0.210.9800.26
HSL287.42º96.88%37.65%-
HSV(B)287.42º98.41%74.12%-
XYZ21.810.2248.97-
YUV68.16196.2186.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.86%
GREEN value IS 3 (1.56% from 255) = 0.88%
BLUE value IS 189 (74.22% from 255) = 55.26%
R=43.86%
G=0.88%
B=55.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal15031890.210.9800.26287.4296.8837.65
Hex963BD156201A11f6126
Octal22632752514203243714146
Binary1001011011101111011010111000100110101000111111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9603BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9603BD; }

 p { color: rgb(150,3,189); }

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

<style>
 a { background-color: #9603BD; }

 a { background-color: rgb(150,3,189); }

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

<style>
 span { border-color: #9603BD; }

 span { border-color: rgb(150,3,189); }

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