Html Css Color HEX #9515C6 Dark Violet

📋 copy color: '#9515C6'

red 149 ◦ green 21 ◦ blue 198

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

Shades of Dark Violet #9515C6

Tints of Dark Violet #9515C6

RGB

 RED value IS 149 (58.59% from 255) = 40.49%

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

 BLUE value IS 198 (77.73% from 255) = 53.8%

R = 40.49%
G = 5.71%
B = 53.8%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9515C6 (or 0x9515C6) is known color: Dark Violet. HEX triplet: 95, 15 and C6. RGB value is (149,21,198). Sum of RGB (Red+Green+Blue) = 149+21+198=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 21 (8.59% from 255 or 5.71% from 368); Blue value is 198 (77.73% from 255 or 53.80% from 368); Max value from RGB is 198 - color contains mainly: blue. Hex color #9515C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9515C6 is #6AEA39. Grayscale: #4E4E4E. Windows color (decimal): -7006778 or 12981653. OLE color: 12981653.

HSL color Cylindrical-coordinate representation of color #9515C6: hue angle of 283.39º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9515C6 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 149 21 198 -
CMYK 0.25 0.89 0 0.22
HSL 283.39º 0.81% 0.43% -
HSV(B) 283.39º 0.89% 0.78% -
XYZ 22.86 11 54.35 -
YUV 79.45 194.91 177.61 -
System Red Green Blue C M Y K H S L
Decimal 149 21 198 0.25 0.89 0 0.22 283.39 0.81 0.43
Hex 95 15 C6 19 59 0 16 11B 51 2B
Octal 225 25 306 31 131 0 26 433 121 53
Binary 10010101 10101 11000110 11001 1011001 0 10110 100011011 1010001 101011

Color Harmonies of #9515C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9515C6

Black with #9515C6

Text Example


Text Example

White with #9515C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9515C6; }

 p { color: rgb(149,21,198); }

 H1.HeaderClassName
 {
   color: #9515C6;
 }
 .AnyTagClassName
 {
   color: #9515C6;
 }
</style>

background-color css

<style>
 a { background-color: #9515C6; }

 a { background-color: rgb(149,21,198); }

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

border-color css

<style>
 span { border-color: #9515C6; }

 span { border-color: rgb(149,21,198); }

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