Html Css Color HEX #9615C0 Dark Violet

📋 copy color: '#9615C0'

red 150 ◦ green 21 ◦ blue 192

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

Shades of Dark Violet #9615C0

Tints of Dark Violet #9615C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 52.89%

R = 41.32%
G = 5.79%
B = 52.89%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9615C0 (or 0x9615C0) is known color: Dark Violet. HEX triplet: 96, 15 and C0. RGB value is (150,21,192). Sum of RGB (Red+Green+Blue) = 150+21+192=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 21 (8.59% from 255 or 5.79% from 363); Blue value is 192 (75.39% from 255 or 52.89% from 363); Max value from RGB is 192 - color contains mainly: blue. Hex color #9615C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9615C0 is #69EA3F. Grayscale: #4E4E4E. Windows color (decimal): -6941248 or 12588438. OLE color: 12588438.

HSL color Cylindrical-coordinate representation of color #9615C0: hue angle of 285.26º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9615C0 is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 21 192 -
CMYK 0.22 0.89 0 0.25
HSL 285.26º 0.8% 0.42% -
HSV(B) 285.26º 0.89% 0.75% -
XYZ 22.36 10.83 50.78 -
YUV 79.07 191.74 178.6 -
System Red Green Blue C M Y K H S L
Decimal 150 21 192 0.22 0.89 0 0.25 285.26 0.8 0.42
Hex 96 15 C0 16 59 0 19 11D 50 2A
Octal 226 25 300 26 131 0 31 435 120 52
Binary 10010110 10101 11000000 10110 1011001 0 11001 100011101 1010000 101010

Color Harmonies of #9615C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9615C0

Black with #9615C0

Text Example


Text Example

White with #9615C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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