Html Css Color HEX #8513DE Blue Violet

📋 copy color: '#8513DE'

red 133 ◦ green 19 ◦ blue 222

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

Shades of Blue Violet #8513DE

Tints of Blue Violet #8513DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 59.36%

R = 35.56%
G = 5.08%
B = 59.36%

CMYK

 C value IS 0.40

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8513DE (or 0x8513DE) is known color: Blue Violet. HEX triplet: 85, 13 and DE. RGB value is (133,19,222). Sum of RGB (Red+Green+Blue) = 133+19+222=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 19 (7.81% from 255 or 5.08% from 374); Blue value is 222 (87.11% from 255 or 59.36% from 374); Max value from RGB is 222 - color contains mainly: blue. Hex color #8513DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8513DE is #7AEC21. Grayscale: #4B4B4B. Windows color (decimal): -8055842 or 14553989. OLE color: 14553989.

HSL color Cylindrical-coordinate representation of color #8513DE: hue angle of 273.69º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8513DE is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 19 222 -
CMYK 0.40 0.91 0 0.13
HSL 273.69º 0.84% 0.47% -
HSV(B) 273.69º 0.91% 0.87% -
XYZ 23.09 10.73 69.96 -
YUV 76.23 210.27 168.49 -
System Red Green Blue C M Y K H S L
Decimal 133 19 222 0.40 0.91 0 0.13 273.69 0.84 0.47
Hex 85 13 DE 28 5B 0 D 112 54 2F
Octal 205 23 336 50 133 0 15 422 124 57
Binary 10000101 10011 11011110 101000 1011011 0 1101 100010010 1010100 101111

Color Harmonies of #8513DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8513DE

Black with #8513DE

Text Example


Text Example

White with #8513DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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