Html Css Color HEX #9514B8 Dark Violet

📋 copy color: '#9514B8'

red 149 ◦ green 20 ◦ blue 184

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

Shades of Dark Violet #9514B8

Tints of Dark Violet #9514B8

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.67%

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

R = 42.21%
G = 5.67%
B = 52.12%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9514B8 (or 0x9514B8) is known color: Dark Violet. HEX triplet: 95, 14 and B8. RGB value is (149,20,184). Sum of RGB (Red+Green+Blue) = 149+20+184=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 184 (72.27% from 255 or 52.12% from 353); Max value from RGB is 184 - color contains mainly: blue. Hex color #9514B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9514B8 is #6AEB47. Grayscale: #4C4C4C. Windows color (decimal): -7007048 or 12063893. OLE color: 12063893.

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

Color convert

RGB 149 20 184 -
CMYK 0.19 0.89 0 0.28
HSL 287.2º 0.8% 0.4% -
HSV(B) 287.2º 0.89% 0.72% -
XYZ 21.3 10.35 46.22 -
YUV 77.27 188.24 179.16 -
System Red Green Blue C M Y K H S L
Decimal 149 20 184 0.19 0.89 0 0.28 287.2 0.8 0.4
Hex 95 14 B8 13 59 0 1C 11F 50 28
Octal 225 24 270 23 131 0 34 437 120 50
Binary 10010101 10100 10111000 10011 1011001 0 11100 100011111 1010000 101000

Color Harmonies of #9514B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9514B8

Black with #9514B8

Text Example


Text Example

White with #9514B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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