Html Css Color HEX #8513BE Dark Violet

📋 copy color: '#8513BE'

red 133 ◦ green 19 ◦ blue 190

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

Shades of Dark Violet #8513BE

Tints of Dark Violet #8513BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 55.56%

R = 38.89%
G = 5.56%
B = 55.56%

CMYK

 C value IS 0.3

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8513BE (or 0x8513BE) is known color: Dark Violet. HEX triplet: 85, 13 and BE. RGB value is (133,19,190). Sum of RGB (Red+Green+Blue) = 133+19+190=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 19 (7.81% from 255 or 5.56% from 342); Blue value is 190 (74.61% from 255 or 55.56% from 342); Max value from RGB is 190 - color contains mainly: blue. Hex color #8513BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8513BE is #7AEC41. Grayscale: #484848. Windows color (decimal): -8055874 or 12456837. OLE color: 12456837.

HSL color Cylindrical-coordinate representation of color #8513BE: hue angle of 280º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8513BE is Cyan = 0.3, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 19 190 -
CMYK 0.3 0.90 0 0.25
HSL 280º 0.82% 0.41% -
HSV(B) 280º 0.9% 0.75% -
XYZ 19.2 9.17 49.47 -
YUV 72.58 194.27 171.1 -
System Red Green Blue C M Y K H S L
Decimal 133 19 190 0.3 0.90 0 0.25 280 0.82 0.41
Hex 85 13 BE 1E 5A 0 19 118 52 29
Octal 205 23 276 36 132 0 31 430 122 51
Binary 10000101 10011 10111110 11110 1011010 0 11001 100011000 1010010 101001

Color Harmonies of #8513BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8513BE

Black with #8513BE

Text Example


Text Example

White with #8513BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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