Html Css Color HEX #9512C2 Dark Violet

📋 copy color: '#9512C2'

red 149 ◦ green 18 ◦ blue 194

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

Shades of Dark Violet #9512C2

Tints of Dark Violet #9512C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 53.74%

R = 41.27%
G = 4.99%
B = 53.74%

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

#9512C2 (or 0x9512C2) is known color: Dark Violet. HEX triplet: 95, 12 and C2. RGB value is (149,18,194). Sum of RGB (Red+Green+Blue) = 149+18+194=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 194 (76.17% from 255 or 53.74% from 361); Max value from RGB is 194 - color contains mainly: blue. Hex color #9512C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9512C2 is #6AED3D. Grayscale: #4C4C4C. Windows color (decimal): -7007550 or 12718741. OLE color: 12718741.

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

Color convert

RGB 149 18 194 -
CMYK 0.23 0.91 0 0.24
HSL 284.66º 0.83% 0.42% -
HSV(B) 284.66º 0.91% 0.76% -
XYZ 22.35 10.72 51.93 -
YUV 77.23 193.9 179.19 -
System Red Green Blue C M Y K H S L
Decimal 149 18 194 0.23 0.91 0 0.24 284.66 0.83 0.42
Hex 95 12 C2 17 5B 0 18 11D 53 2A
Octal 225 22 302 27 133 0 30 435 123 52
Binary 10010101 10010 11000010 10111 1011011 0 11000 100011101 1010011 101010

Color Harmonies of #9512C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9512C2

Black with #9512C2

Text Example


Text Example

White with #9512C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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