Html Css Color HEX #9514BC Dark Violet

📋 copy color: '#9514BC'

red 149 ◦ green 20 ◦ blue 188

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

Shades of Dark Violet #9514BC

Tints of Dark Violet #9514BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.66%

R = 41.74%
G = 5.6%
B = 52.66%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9514BC (or 0x9514BC) is known color: Dark Violet. HEX triplet: 95, 14 and BC. RGB value is (149,20,188). Sum of RGB (Red+Green+Blue) = 149+20+188=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 20 (8.20% from 255 or 5.60% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #9514BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9514BC is #6AEB43. Grayscale: #4D4D4D. Windows color (decimal): -7007044 or 12326037. OLE color: 12326037.

HSL color Cylindrical-coordinate representation of color #9514BC: hue angle of 286.07º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9514BC is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 20 188 -
CMYK 0.21 0.89 0 0.26
HSL 286.07º 0.81% 0.41% -
HSV(B) 286.07º 0.89% 0.74% -
XYZ 21.72 10.52 48.46 -
YUV 77.72 190.24 178.84 -
System Red Green Blue C M Y K H S L
Decimal 149 20 188 0.21 0.89 0 0.26 286.07 0.81 0.41
Hex 95 14 BC 15 59 0 1A 11E 51 29
Octal 225 24 274 25 131 0 32 436 121 51
Binary 10010101 10100 10111100 10101 1011001 0 11010 100011110 1010001 101001

Color Harmonies of #9514BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9514BC

Black with #9514BC

Text Example


Text Example

White with #9514BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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