Html Css Color HEX #8535EF Blue Violet

📋 copy color: '#8535EF'

red 133 ◦ green 53 ◦ blue 239

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

Shades of Blue Violet #8535EF

Tints of Blue Violet #8535EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 56.24%

R = 31.29%
G = 12.47%
B = 56.24%

CMYK

 C value IS 0.44

 M value IS 0.78

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8535EF (or 0x8535EF) is known color: Blue Violet. HEX triplet: 85, 35 and EF. RGB value is (133,53,239). Sum of RGB (Red+Green+Blue) = 133+53+239=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 53 (21.09% from 255 or 12.47% from 425); Blue value is 239 (93.75% from 255 or 56.24% from 425); Max value from RGB is 239 - color contains mainly: blue. Hex color #8535EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8535EF is #7ACA10. Grayscale: #616161. Windows color (decimal): -8047121 or 15676805. OLE color: 15676805.

HSL color Cylindrical-coordinate representation of color #8535EF: hue angle of 265.81º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8535EF is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 53 239 -
CMYK 0.44 0.78 0 0.06
HSL 265.81º 0.85% 0.57% -
HSV(B) 265.81º 0.78% 0.94% -
XYZ 26.53 13.76 82.92 -
YUV 98.12 207.5 152.88 -
System Red Green Blue C M Y K H S L
Decimal 133 53 239 0.44 0.78 0 0.06 265.81 0.85 0.57
Hex 85 35 EF 2C 4E 0 6 10A 55 39
Octal 205 65 357 54 116 0 6 412 125 71
Binary 10000101 110101 11101111 101100 1001110 0 110 100001010 1010101 111001

Color Harmonies of #8535EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8535EF

Black with #8535EF

Text Example


Text Example

White with #8535EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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