Html Css Color HEX #9512DF Dark Violet

📋 copy color: '#9512DF'

red 149 ◦ green 18 ◦ blue 223

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

Shades of Dark Violet #9512DF

Tints of Dark Violet #9512DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.18%

R = 38.21%
G = 4.62%
B = 57.18%

CMYK

 C value IS 0.33

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9512DF (or 0x9512DF) is known color: Dark Violet. HEX triplet: 95, 12 and DF. RGB value is (149,18,223). Sum of RGB (Red+Green+Blue) = 149+18+223=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 18 (7.42% from 255 or 4.62% from 390); Blue value is 223 (87.5% from 255 or 57.18% from 390); Max value from RGB is 223 - color contains mainly: blue. Hex color #9512DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9512DF is #6AED20. Grayscale: #4F4F4F. Windows color (decimal): -7007521 or 14619285. OLE color: 14619285.

HSL color Cylindrical-coordinate representation of color #9512DF: hue angle of 278.34º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9512DF is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 18 223 -
CMYK 0.33 0.92 0 0.13
HSL 278.34º 0.85% 0.47% -
HSV(B) 278.34º 0.92% 0.87% -
XYZ 25.93 12.15 70.79 -
YUV 80.54 208.4 176.83 -
System Red Green Blue C M Y K H S L
Decimal 149 18 223 0.33 0.92 0 0.13 278.34 0.85 0.47
Hex 95 12 DF 21 5C 0 D 116 55 2F
Octal 225 22 337 41 134 0 15 426 125 57
Binary 10010101 10010 11011111 100001 1011100 0 1101 100010110 1010101 101111

Color Harmonies of #9512DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9512DF

Black with #9512DF

Text Example


Text Example

White with #9512DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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