Html Css Color HEX #8502EB Dark Violet

📋 copy color: '#8502EB'

red 133 ◦ green 2 ◦ blue 235

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

Shades of Dark Violet #8502EB

Tints of Dark Violet #8502EB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

 BLUE value IS 235 (92.19% from 255) = 63.51%

R = 35.95%
G = 0.54%
B = 63.51%

CMYK

 C value IS 0.43

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8502EB (or 0x8502EB) is known color: Dark Violet. HEX triplet: 85, 02 and EB. RGB value is (133,2,235). Sum of RGB (Red+Green+Blue) = 133+2+235=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 2 (1.17% from 255 or 0.54% from 370); Blue value is 235 (92.19% from 255 or 63.51% from 370); Max value from RGB is 235 - color contains mainly: blue. Hex color #8502EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8502EB is #7AFD14. Grayscale: #424242. Windows color (decimal): -8060181 or 15401605. OLE color: 15401605.

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

Color convert

RGB 133 2 235 -
CMYK 0.43 0.99 0 0.08
HSL 273.73º 0.98% 0.46% -
HSV(B) 273.73º 0.99% 0.92% -
XYZ 24.69 11.03 79.42 -
YUV 67.73 222.4 174.55 -
System Red Green Blue C M Y K H S L
Decimal 133 2 235 0.43 0.99 0 0.08 273.73 0.98 0.46
Hex 85 2 EB 2B 63 0 8 112 62 2E
Octal 205 2 353 53 143 0 10 422 142 56
Binary 10000101 10 11101011 101011 1100011 0 1000 100010010 1100010 101110

Color Harmonies of #8502EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8502EB

Black with #8502EB

Text Example


Text Example

White with #8502EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8502EB; }

 p { color: rgb(133,2,235); }

 H1.HeaderClassName
 {
   color: #8502EB;
 }
 .AnyTagClassName
 {
   color: #8502EB;
 }
</style>

background-color css

<style>
 a { background-color: #8502EB; }

 a { background-color: rgb(133,2,235); }

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

border-color css

<style>
 span { border-color: #8502EB; }

 span { border-color: rgb(133,2,235); }

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