Html Css Color HEX #9512BE Dark Violet

📋 copy color: '#9512BE'

red 149 ◦ green 18 ◦ blue 190

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

Shades of Dark Violet #9512BE

Tints of Dark Violet #9512BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.22%

R = 41.74%
G = 5.04%
B = 53.22%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9512BE (or 0x9512BE) is known color: Dark Violet. HEX triplet: 95, 12 and BE. RGB value is (149,18,190). Sum of RGB (Red+Green+Blue) = 149+18+190=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 190 (74.61% from 255 or 53.22% from 357); Max value from RGB is 190 - color contains mainly: blue. Hex color #9512BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9512BE is #6AED41. Grayscale: #4C4C4C. Windows color (decimal): -7007554 or 12456597. OLE color: 12456597.

HSL color Cylindrical-coordinate representation of color #9512BE: hue angle of 285.7º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9512BE is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 18 190 -
CMYK 0.22 0.91 0 0.25
HSL 285.7º 0.83% 0.41% -
HSV(B) 285.7º 0.91% 0.75% -
XYZ 21.91 10.54 49.6 -
YUV 76.78 191.9 179.51 -
System Red Green Blue C M Y K H S L
Decimal 149 18 190 0.22 0.91 0 0.25 285.7 0.83 0.41
Hex 95 12 BE 16 5B 0 19 11E 53 29
Octal 225 22 276 26 133 0 31 436 123 51
Binary 10010101 10010 10111110 10110 1011011 0 11001 100011110 1010011 101001

Color Harmonies of #9512BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9512BE

Black with #9512BE

Text Example


Text Example

White with #9512BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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