Html Css Color HEX #9615B9 Dark Violet

📋 copy color: '#9615B9'

red 150 ◦ green 21 ◦ blue 185

#9615B9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #9615B9

Tints of Dark Violet #9615B9

RGB

 RED value IS 150 (58.98% from 255) = 42.13%

 GREEN value IS 21 (8.59% from 255) = 5.9%

 BLUE value IS 185 (72.66% from 255) = 51.97%

R = 42.13%
G = 5.9%
B = 51.97%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9615B9 (or 0x9615B9) is known color: Dark Violet. HEX triplet: 96, 15 and B9. RGB value is (150,21,185). Sum of RGB (Red+Green+Blue) = 150+21+185=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 185 (72.66% from 255 or 51.97% from 356); Max value from RGB is 185 - color contains mainly: blue. Hex color #9615B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9615B9 is #69EA46. Grayscale: #4D4D4D. Windows color (decimal): -6941255 or 12129686. OLE color: 12129686.

HSL color Cylindrical-coordinate representation of color #9615B9: hue angle of 287.2º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9615B9 is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 21 185 -
CMYK 0.19 0.89 0 0.27
HSL 287.2º 0.8% 0.4% -
HSV(B) 287.2º 0.89% 0.73% -
XYZ 21.6 10.52 46.79 -
YUV 78.27 188.24 179.16 -
System Red Green Blue C M Y K H S L
Decimal 150 21 185 0.19 0.89 0 0.27 287.2 0.8 0.4
Hex 96 15 B9 13 59 0 1B 11F 50 28
Octal 226 25 271 23 131 0 33 437 120 50
Binary 10010110 10101 10111001 10011 1011001 0 11011 100011111 1010000 101000

Color Harmonies of #9615B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9615B9

Black with #9615B9

Text Example


Text Example

White with #9615B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9615B9;
 }
 .AnyTagClassName
 {
   color: #9615B9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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