#9613B3

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

Shades of Dark Violet #9613B3

Tints of Dark Violet #9613B3

Color information

#9613B3 (or 0x9613B3) is unknown color: approx Dark Violet. HEX triplet: 96, 13 and B3. RGB value is (150,19,179). Sum of RGB (Red+Green+Blue) = 150+19+179=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 19 (7.81% from 255 or 5.46% from 348); Blue value is 179 (70.31% from 255 or 51.44% from 348); Max value from RGB is 179 - color contains mainly: blue. Hex color #9613B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9613B3 is #69EC4C. Grayscale: #4B4B4B. Windows color (decimal): -6941773 or 11735958. OLE color: 11735958.

HSL color Cylindrical-coordinate representation of color #9613B3: hue angle of 289.12º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9613B3 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB15019179-
CMYK0.160.8900.30
HSL289.12º80.81%38.82%-
HSV(B)289.12º89.39%70.2%-
XYZ20.9510.243.51-
YUV76.41185.9180.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.10%
GREEN value IS 19 (7.81% from 255) = 5.46%
BLUE value IS 179 (70.31% from 255) = 51.44%
R=43.10%
G=5.46%
B=51.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal150191790.160.8900.30289.1280.8138.82
Hex9613B3105901E1215127
Octal226232632013103644112147
Binary1001011010011101100111000010110010111101001000011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9613B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9613B3; }

 p { color: rgb(150,19,179); }

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

<style>
 a { background-color: #9613B3; }

 a { background-color: rgb(150,19,179); }

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

<style>
 span { border-color: #9613B3; }

 span { border-color: rgb(150,19,179); }

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