Html Css Color HEX #8535EA Blue Violet

📋 copy color: '#8535EA'

red 133 ◦ green 53 ◦ blue 234

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

Shades of Blue Violet #8535EA

Tints of Blue Violet #8535EA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.62%

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

R = 31.67%
G = 12.62%
B = 55.71%

CMYK

 C value IS 0.43

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8535EA (or 0x8535EA) is known color: Blue Violet. HEX triplet: 85, 35 and EA. RGB value is (133,53,234). Sum of RGB (Red+Green+Blue) = 133+53+234=420 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.67% from 420); Green value is 53 (21.09% from 255 or 12.62% from 420); Blue value is 234 (91.80% from 255 or 55.71% from 420); Max value from RGB is 234 - color contains mainly: blue. Hex color #8535EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8535EA is #7ACA15. Grayscale: #606060. Windows color (decimal): -8047126 or 15349125. OLE color: 15349125.

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

Color convert

RGB 133 53 234 -
CMYK 0.43 0.77 0 0.08
HSL 266.52º 0.81% 0.56% -
HSV(B) 266.52º 0.77% 0.92% -
XYZ 25.8 13.47 79.08 -
YUV 97.55 205 153.28 -
System Red Green Blue C M Y K H S L
Decimal 133 53 234 0.43 0.77 0 0.08 266.52 0.81 0.56
Hex 85 35 EA 2B 4D 0 8 10B 51 38
Octal 205 65 352 53 115 0 10 413 121 70
Binary 10000101 110101 11101010 101011 1001101 0 1000 100001011 1010001 111000

Color Harmonies of #8535EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8535EA

Black with #8535EA

Text Example


Text Example

White with #8535EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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