Html Css Color HEX #9615BA Dark Violet

📋 copy color: '#9615BA'

red 150 ◦ green 21 ◦ blue 186

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

Shades of Dark Violet #9615BA

Tints of Dark Violet #9615BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.1%

R = 42.02%
G = 5.88%
B = 52.1%

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

#9615BA (or 0x9615BA) is known color: Dark Violet. HEX triplet: 96, 15 and BA. RGB value is (150,21,186). Sum of RGB (Red+Green+Blue) = 150+21+186=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #9615BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9615BA is #69EA45. Grayscale: #4D4D4D. Windows color (decimal): -6941254 or 12195222. OLE color: 12195222.

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

Color convert

RGB 150 21 186 -
CMYK 0.19 0.89 0 0.27
HSL 286.91º 0.8% 0.41% -
HSV(B) 286.91º 0.89% 0.73% -
XYZ 21.71 10.57 47.35 -
YUV 78.38 188.74 179.08 -
System Red Green Blue C M Y K H S L
Decimal 150 21 186 0.19 0.89 0 0.27 286.91 0.8 0.41
Hex 96 15 BA 13 59 0 1B 11F 50 29
Octal 226 25 272 23 131 0 33 437 120 51
Binary 10010110 10101 10111010 10011 1011001 0 11011 100011111 1010000 101001

Color Harmonies of #9615BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9615BA

Black with #9615BA

Text Example


Text Example

White with #9615BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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