Html Css Color HEX #8513DA Blue Violet

📋 copy color: '#8513DA'

red 133 ◦ green 19 ◦ blue 218

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

Shades of Blue Violet #8513DA

Tints of Blue Violet #8513DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 58.92%

R = 35.95%
G = 5.14%
B = 58.92%

CMYK

 C value IS 0.39

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8513DA (or 0x8513DA) is known color: Blue Violet. HEX triplet: 85, 13 and DA. RGB value is (133,19,218). Sum of RGB (Red+Green+Blue) = 133+19+218=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 19 (7.81% from 255 or 5.14% from 370); Blue value is 218 (85.55% from 255 or 58.92% from 370); Max value from RGB is 218 - color contains mainly: blue. Hex color #8513DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8513DA is #7AEC25. Grayscale: #4B4B4B. Windows color (decimal): -8055846 or 14291845. OLE color: 14291845.

HSL color Cylindrical-coordinate representation of color #8513DA: hue angle of 274.37º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8513DA is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 19 218 -
CMYK 0.39 0.91 0 0.15
HSL 274.37º 0.84% 0.46% -
HSV(B) 274.37º 0.91% 0.85% -
XYZ 22.56 10.51 67.17 -
YUV 75.77 208.27 168.82 -
System Red Green Blue C M Y K H S L
Decimal 133 19 218 0.39 0.91 0 0.15 274.37 0.84 0.46
Hex 85 13 DA 27 5B 0 F 112 54 2E
Octal 205 23 332 47 133 0 17 422 124 56
Binary 10000101 10011 11011010 100111 1011011 0 1111 100010010 1010100 101110

Color Harmonies of #8513DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8513DA

Black with #8513DA

Text Example


Text Example

White with #8513DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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