Html Css Color HEX #8513BC Dark Violet

📋 copy color: '#8513BC'

red 133 ◦ green 19 ◦ blue 188

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

Shades of Dark Violet #8513BC

Tints of Dark Violet #8513BC

RGB

 RED value IS 133 (52.34% from 255) = 39.12%

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

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

R = 39.12%
G = 5.59%
B = 55.29%

CMYK

 C value IS 0.29

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8513BC (or 0x8513BC) is known color: Dark Violet. HEX triplet: 85, 13 and BC. RGB value is (133,19,188). Sum of RGB (Red+Green+Blue) = 133+19+188=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 19 (7.81% from 255 or 5.59% from 340); Blue value is 188 (73.83% from 255 or 55.29% from 340); Max value from RGB is 188 - color contains mainly: blue. Hex color #8513BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8513BC is #7AEC43. Grayscale: #474747. Windows color (decimal): -8055876 or 12325765. OLE color: 12325765.

HSL color Cylindrical-coordinate representation of color #8513BC: hue angle of 280.47º 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 #8513BC is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 19 188 -
CMYK 0.29 0.90 0 0.26
HSL 280.47º 0.82% 0.41% -
HSV(B) 280.47º 0.9% 0.74% -
XYZ 18.98 9.08 48.33 -
YUV 72.35 193.27 171.26 -
System Red Green Blue C M Y K H S L
Decimal 133 19 188 0.29 0.90 0 0.26 280.47 0.82 0.41
Hex 85 13 BC 1D 5A 0 1A 118 52 29
Octal 205 23 274 35 132 0 32 430 122 51
Binary 10000101 10011 10111100 11101 1011010 0 11010 100011000 1010010 101001

Color Harmonies of #8513BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8513BC

Black with #8513BC

Text Example


Text Example

White with #8513BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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