#9615B4

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

Shades of Dark Violet #9615B4

Tints of Dark Violet #9615B4

Color information

#9615B4 (or 0x9615B4) is unknown color: approx Dark Violet. HEX triplet: 96, 15 and B4. RGB value is (150,21,180). Sum of RGB (Red+Green+Blue) = 150+21+180=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 180 (70.70% from 255 or 51.28% from 351); Max value from RGB is 180 - color contains mainly: blue. Hex color #9615B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9615B4 is #69EA4B. Grayscale: #4D4D4D. Windows color (decimal): -6941260 or 11802006. OLE color: 11802006.

HSL color Cylindrical-coordinate representation of color #9615B4: hue angle of 288.68º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9615B4 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB15021180-
CMYK0.170.8800.29
HSL288.68º79.1%39.41%-
HSV(B)288.68º88.33%70.59%-
XYZ21.0810.3244.06-
YUV77.7185.74179.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.74%
GREEN value IS 21 (8.59% from 255) = 5.98%
BLUE value IS 180 (70.70% from 255) = 51.28%
R=42.74%
G=5.98%
B=51.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal150211800.170.8800.29288.6879.139.41
Hex9615B4115801D1214f27
Octal226252642113003544111747
Binary1001011010101101101001000110110000111011001000011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9615B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9615B4; }

 p { color: rgb(150,21,180); }

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

<style>
 a { background-color: #9615B4; }

 a { background-color: rgb(150,21,180); }

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

<style>
 span { border-color: #9615B4; }

 span { border-color: rgb(150,21,180); }

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