Html Css Color HEX #9512D1 Dark Violet

📋 copy color: '#9512D1'

red 149 ◦ green 18 ◦ blue 209

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

Shades of Dark Violet #9512D1

Tints of Dark Violet #9512D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 55.59%

R = 39.63%
G = 4.79%
B = 55.59%

CMYK

 C value IS 0.29

 M value IS 0.91

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9512D1 (or 0x9512D1) is known color: Dark Violet. HEX triplet: 95, 12 and D1. RGB value is (149,18,209). Sum of RGB (Red+Green+Blue) = 149+18+209=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 209 (82.03% from 255 or 55.59% from 376); Max value from RGB is 209 - color contains mainly: blue. Hex color #9512D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9512D1 is #6AED2E. Grayscale: #4E4E4E. Windows color (decimal): -7007535 or 13701781. OLE color: 13701781.

HSL color Cylindrical-coordinate representation of color #9512D1: hue angle of 281.15º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9512D1 is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 149 18 209 -
CMYK 0.29 0.91 0 0.18
HSL 281.15º 0.84% 0.45% -
HSV(B) 281.15º 0.91% 0.82% -
XYZ 24.12 11.43 61.26 -
YUV 78.94 201.4 177.97 -
System Red Green Blue C M Y K H S L
Decimal 149 18 209 0.29 0.91 0 0.18 281.15 0.84 0.45
Hex 95 12 D1 1D 5B 0 12 119 54 2D
Octal 225 22 321 35 133 0 22 431 124 55
Binary 10010101 10010 11010001 11101 1011011 0 10010 100011001 1010100 101101

Color Harmonies of #9512D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9512D1

Black with #9512D1

Text Example


Text Example

White with #9512D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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