Html Css Color HEX #8500E0 Dark Violet

📋 copy color: '#8500E0'

red 133 ◦ green 0 ◦ blue 224

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

Shades of Dark Violet #8500E0

Tints of Dark Violet #8500E0

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 224 (87.89% from 255) = 62.75%

R = 37.25%
G = 0%
B = 62.75%

CMYK

 C value IS 0.41

 M value IS 1

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8500E0 (or 0x8500E0) is known color: Dark Violet. HEX triplet: 85, 00 and E0. RGB value is (133,0,224). Sum of RGB (Red+Green+Blue) = 133+0+224=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 224 (87.89% from 255 or 62.75% from 357); Max value from RGB is 224 - color contains mainly: blue. Hex color #8500E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8500E0 is #7AFF1F. Grayscale: #404040. Windows color (decimal): -8060704 or 14680197. OLE color: 14680197.

HSL color Cylindrical-coordinate representation of color #8500E0: hue angle of 275.62º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8500E0 is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 133 0 224 -
CMYK 0.41 1 0 0.12
HSL 275.63º 1% 0.44% -
HSV(B) 275.63º 1% 0.88% -
XYZ 23.13 10.37 71.3 -
YUV 65.3 217.56 176.29 -
System Red Green Blue C M Y K H S L
Decimal 133 0 224 0.41 1 0 0.12 275.63 1 0.44
Hex 85 0 E0 29 64 0 C 114 64 2C
Octal 205 0 340 51 144 0 14 424 144 54
Binary 10000101 0 11100000 101001 1100100 0 1100 100010100 1100100 101100

Color Harmonies of #8500E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8500E0

Black with #8500E0

Text Example


Text Example

White with #8500E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8500E0; }

 p { color: rgb(133,0,224); }

 H1.HeaderClassName
 {
   color: #8500E0;
 }
 .AnyTagClassName
 {
   color: #8500E0;
 }
</style>

background-color css

<style>
 a { background-color: #8500E0; }

 a { background-color: rgb(133,0,224); }

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

border-color css

<style>
 span { border-color: #8500E0; }

 span { border-color: rgb(133,0,224); }

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