Html Css Color HEX #9513BC Dark Violet

📋 copy color: '#9513BC'

red 149 ◦ green 19 ◦ blue 188

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

Shades of Dark Violet #9513BC

Tints of Dark Violet #9513BC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.34%

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

R = 41.85%
G = 5.34%
B = 52.81%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9513BC (or 0x9513BC) is known color: Dark Violet. HEX triplet: 95, 13 and BC. RGB value is (149,19,188). Sum of RGB (Red+Green+Blue) = 149+19+188=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #9513BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9513BC is #6AEC43. Grayscale: #4C4C4C. Windows color (decimal): -7007300 or 12325781. OLE color: 12325781.

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

Color convert

RGB 149 19 188 -
CMYK 0.21 0.90 0 0.26
HSL 286.15º 0.82% 0.41% -
HSV(B) 286.15º 0.9% 0.74% -
XYZ 21.7 10.49 48.46 -
YUV 77.14 190.57 179.26 -
System Red Green Blue C M Y K H S L
Decimal 149 19 188 0.21 0.90 0 0.26 286.15 0.82 0.41
Hex 95 13 BC 15 5A 0 1A 11E 52 29
Octal 225 23 274 25 132 0 32 436 122 51
Binary 10010101 10011 10111100 10101 1011010 0 11010 100011110 1010010 101001

Color Harmonies of #9513BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9513BC

Black with #9513BC

Text Example


Text Example

White with #9513BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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