Html Css Color HEX #9512E6 Dark Violet

📋 copy color: '#9512E6'

red 149 ◦ green 18 ◦ blue 230

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

Shades of Dark Violet #9512E6

Tints of Dark Violet #9512E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 57.93%

R = 37.53%
G = 4.53%
B = 57.93%

CMYK

 C value IS 0.35

 M value IS 0.92

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9512E6 (or 0x9512E6) is known color: Dark Violet. HEX triplet: 95, 12 and E6. RGB value is (149,18,230). Sum of RGB (Red+Green+Blue) = 149+18+230=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 18 (7.42% from 255 or 4.53% from 397); Blue value is 230 (90.23% from 255 or 57.93% from 397); Max value from RGB is 230 - color contains mainly: blue. Hex color #9512E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9512E6 is #6AED19. Grayscale: #505050. Windows color (decimal): -7007514 or 15078037. OLE color: 15078037.

HSL color Cylindrical-coordinate representation of color #9512E6: hue angle of 277.08º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9512E6 is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 149 18 230 -
CMYK 0.35 0.92 0 0.10
HSL 277.08º 0.85% 0.49% -
HSV(B) 277.08º 0.92% 0.9% -
XYZ 26.89 12.54 75.87 -
YUV 81.34 211.9 176.26 -
System Red Green Blue C M Y K H S L
Decimal 149 18 230 0.35 0.92 0 0.10 277.08 0.85 0.49
Hex 95 12 E6 23 5C 0 A 115 55 31
Octal 225 22 346 43 134 0 12 425 125 61
Binary 10010101 10010 11100110 100011 1011100 0 1010 100010101 1010101 110001

Color Harmonies of #9512E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9512E6

Black with #9512E6

Text Example


Text Example

White with #9512E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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