Html Css Color HEX #9512B8 Dark Violet

📋 copy color: '#9512B8'

red 149 ◦ green 18 ◦ blue 184

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

Shades of Dark Violet #9512B8

Tints of Dark Violet #9512B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 52.42%

R = 42.45%
G = 5.13%
B = 52.42%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9512B8 (or 0x9512B8) is known color: Dark Violet. HEX triplet: 95, 12 and B8. RGB value is (149,18,184). Sum of RGB (Red+Green+Blue) = 149+18+184=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 184 (72.27% from 255 or 52.42% from 351); Max value from RGB is 184 - color contains mainly: blue. Hex color #9512B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9512B8 is #6AED47. Grayscale: #4B4B4B. Windows color (decimal): -7007560 or 12063381. OLE color: 12063381.

HSL color Cylindrical-coordinate representation of color #9512B8: hue angle of 287.35º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9512B8 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 149 18 184 -
CMYK 0.19 0.90 0 0.28
HSL 287.35º 0.82% 0.4% -
HSV(B) 287.35º 0.9% 0.72% -
XYZ 21.26 10.28 46.21 -
YUV 76.09 188.9 180 -
System Red Green Blue C M Y K H S L
Decimal 149 18 184 0.19 0.90 0 0.28 287.35 0.82 0.4
Hex 95 12 B8 13 5A 0 1C 11F 52 28
Octal 225 22 270 23 132 0 34 437 122 50
Binary 10010101 10010 10111000 10011 1011010 0 11100 100011111 1010010 101000

Color Harmonies of #9512B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9512B8

Black with #9512B8

Text Example


Text Example

White with #9512B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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