Html Css Color HEX #9514BA Dark Violet

📋 copy color: '#9514BA'

red 149 ◦ green 20 ◦ blue 186

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

Shades of Dark Violet #9514BA

Tints of Dark Violet #9514BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.39%

R = 41.97%
G = 5.63%
B = 52.39%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9514BA (or 0x9514BA) is known color: Dark Violet. HEX triplet: 95, 14 and BA. RGB value is (149,20,186). Sum of RGB (Red+Green+Blue) = 149+20+186=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #9514BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9514BA is #6AEB45. Grayscale: #4C4C4C. Windows color (decimal): -7007046 or 12194965. OLE color: 12194965.

HSL color Cylindrical-coordinate representation of color #9514BA: hue angle of 286.63º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9514BA is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 20 186 -
CMYK 0.20 0.89 0 0.27
HSL 286.63º 0.81% 0.4% -
HSV(B) 286.63º 0.89% 0.73% -
XYZ 21.51 10.44 47.33 -
YUV 77.5 189.24 179 -
System Red Green Blue C M Y K H S L
Decimal 149 20 186 0.20 0.89 0 0.27 286.63 0.81 0.4
Hex 95 14 BA 14 59 0 1B 11F 51 28
Octal 225 24 272 24 131 0 33 437 121 50
Binary 10010101 10100 10111010 10100 1011001 0 11011 100011111 1010001 101000

Color Harmonies of #9514BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9514BA

Black with #9514BA

Text Example


Text Example

White with #9514BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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