Html Css Color HEX #9512C1 Dark Violet

📋 copy color: '#9512C1'

red 149 ◦ green 18 ◦ blue 193

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

Shades of Dark Violet #9512C1

Tints of Dark Violet #9512C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 53.61%

R = 41.39%
G = 5%
B = 53.61%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9512C1 (or 0x9512C1) is known color: Dark Violet. HEX triplet: 95, 12 and C1. RGB value is (149,18,193). Sum of RGB (Red+Green+Blue) = 149+18+193=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 18 (7.42% from 255 or 5% from 360); Blue value is 193 (75.78% from 255 or 53.61% from 360); Max value from RGB is 193 - color contains mainly: blue. Hex color #9512C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9512C1 is #6AED3E. Grayscale: #4C4C4C. Windows color (decimal): -7007551 or 12653205. OLE color: 12653205.

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

Color convert

RGB 149 18 193 -
CMYK 0.23 0.91 0 0.24
HSL 284.91º 0.83% 0.41% -
HSV(B) 284.91º 0.91% 0.76% -
XYZ 22.24 10.67 51.34 -
YUV 77.12 193.4 179.27 -
System Red Green Blue C M Y K H S L
Decimal 149 18 193 0.23 0.91 0 0.24 284.91 0.83 0.41
Hex 95 12 C1 17 5B 0 18 11D 53 29
Octal 225 22 301 27 133 0 30 435 123 51
Binary 10010101 10010 11000001 10111 1011011 0 11000 100011101 1010011 101001

Color Harmonies of #9512C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9512C1

Black with #9512C1

Text Example


Text Example

White with #9512C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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