Html Css Color HEX #8500EA Dark Violet

📋 copy color: '#8500EA'

red 133 ◦ green 0 ◦ blue 234

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

Shades of Dark Violet #8500EA

Tints of Dark Violet #8500EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 63.76%

R = 36.24%
G = 0%
B = 63.76%

CMYK

 C value IS 0.43

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8500EA (or 0x8500EA) is known color: Dark Violet. HEX triplet: 85, 00 and EA. RGB value is (133,0,234). Sum of RGB (Red+Green+Blue) = 133+0+234=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 234 (91.80% from 255 or 63.76% from 367); Max value from RGB is 234 - color contains mainly: blue. Hex color #8500EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8500EA is #7AFF15. Grayscale: #414141. Windows color (decimal): -8060694 or 15335557. OLE color: 15335557.

HSL color Cylindrical-coordinate representation of color #8500EA: hue angle of 274.1º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8500EA is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 0 234 -
CMYK 0.43 1 0 0.08
HSL 274.1º 1% 0.46% -
HSV(B) 274.1º 1% 0.92% -
XYZ 24.52 10.93 78.66 -
YUV 66.44 222.56 175.47 -
System Red Green Blue C M Y K H S L
Decimal 133 0 234 0.43 1 0 0.08 274.1 1 0.46
Hex 85 0 EA 2B 64 0 8 112 64 2E
Octal 205 0 352 53 144 0 10 422 144 56
Binary 10000101 0 11101010 101011 1100100 0 1000 100010010 1100100 101110

Color Harmonies of #8500EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8500EA

Black with #8500EA

Text Example


Text Example

White with #8500EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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