Html Css Color HEX #9512C0 Dark Violet

📋 copy color: '#9512C0'

red 149 ◦ green 18 ◦ blue 192

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

Shades of Dark Violet #9512C0

Tints of Dark Violet #9512C0

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.01%

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

R = 41.5%
G = 5.01%
B = 53.48%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9512C0 (or 0x9512C0) is known color: Dark Violet. HEX triplet: 95, 12 and C0. RGB value is (149,18,192). Sum of RGB (Red+Green+Blue) = 149+18+192=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 192 (75.39% from 255 or 53.48% from 359); Max value from RGB is 192 - color contains mainly: blue. Hex color #9512C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9512C0 is #6AED3F. Grayscale: #4C4C4C. Windows color (decimal): -7007552 or 12587669. OLE color: 12587669.

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

Color convert

RGB 149 18 192 -
CMYK 0.22 0.91 0 0.25
HSL 285.17º 0.83% 0.41% -
HSV(B) 285.17º 0.91% 0.75% -
XYZ 22.13 10.63 50.75 -
YUV 77.01 192.9 179.35 -
System Red Green Blue C M Y K H S L
Decimal 149 18 192 0.22 0.91 0 0.25 285.17 0.83 0.41
Hex 95 12 C0 16 5B 0 19 11D 53 29
Octal 225 22 300 26 133 0 31 435 123 51
Binary 10010101 10010 11000000 10110 1011011 0 11001 100011101 1010011 101001

Color Harmonies of #9512C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9512C0

Black with #9512C0

Text Example


Text Example

White with #9512C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,18,192); }

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

background-color css

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

 a { background-color: rgb(149,18,192); }

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

border-color css

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

 span { border-color: rgb(149,18,192); }

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