Html Css Color HEX #9512CE Dark Violet

📋 copy color: '#9512CE'

red 149 ◦ green 18 ◦ blue 206

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

Shades of Dark Violet #9512CE

Tints of Dark Violet #9512CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.23%

R = 39.95%
G = 4.83%
B = 55.23%

CMYK

 C value IS 0.28

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9512CE (or 0x9512CE) is known color: Dark Violet. HEX triplet: 95, 12 and CE. RGB value is (149,18,206). Sum of RGB (Red+Green+Blue) = 149+18+206=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #9512CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9512CE is #6AED31. Grayscale: #4D4D4D. Windows color (decimal): -7007538 or 13505173. OLE color: 13505173.

HSL color Cylindrical-coordinate representation of color #9512CE: hue angle of 281.81º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9512CE is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 18 206 -
CMYK 0.28 0.91 0 0.19
HSL 281.81º 0.84% 0.44% -
HSV(B) 281.81º 0.91% 0.81% -
XYZ 23.75 11.28 59.32 -
YUV 78.6 199.9 178.21 -
System Red Green Blue C M Y K H S L
Decimal 149 18 206 0.28 0.91 0 0.19 281.81 0.84 0.44
Hex 95 12 CE 1C 5B 0 13 11A 54 2C
Octal 225 22 316 34 133 0 23 432 124 54
Binary 10010101 10010 11001110 11100 1011011 0 10011 100011010 1010100 101100

Color Harmonies of #9512CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9512CE

Black with #9512CE

Text Example


Text Example

White with #9512CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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