#9615B1

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

Shades of Dark Violet #9615B1

Tints of Dark Violet #9615B1

Color information

#9615B1 (or 0x9615B1) is unknown color: approx Dark Violet. HEX triplet: 96, 15 and B1. RGB value is (150,21,177). Sum of RGB (Red+Green+Blue) = 150+21+177=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 177 (69.53% from 255 or 50.86% from 348); Max value from RGB is 177 - color contains mainly: blue. Hex color #9615B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9615B1 is #69EA4E. Grayscale: #4C4C4C. Windows color (decimal): -6941263 or 11605398. OLE color: 11605398.

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

Color convert

RGB15021177-
CMYK0.150.8800.31
HSL289.62º78.79%38.82%-
HSV(B)289.62º88.14%69.41%-
XYZ20.7810.1942.47-
YUV77.36184.24179.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.10%
GREEN value IS 21 (8.59% from 255) = 6.03%
BLUE value IS 177 (69.53% from 255) = 50.86%
R=43.10%
G=6.03%
B=50.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal150211770.150.8800.31289.6278.7938.82
Hex9615B1F5801F1224f27
Octal226252611713003744211747
Binary100101101010110110001111110110000111111001000101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9615B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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