Html Css Color HEX #8535E7 Blue Violet

📋 copy color: '#8535E7'

red 133 ◦ green 53 ◦ blue 231

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

Shades of Blue Violet #8535E7

Tints of Blue Violet #8535E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 55.4%

R = 31.89%
G = 12.71%
B = 55.4%

CMYK

 C value IS 0.42

 M value IS 0.77

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8535E7 (or 0x8535E7) is known color: Blue Violet. HEX triplet: 85, 35 and E7. RGB value is (133,53,231). Sum of RGB (Red+Green+Blue) = 133+53+231=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 53 (21.09% from 255 or 12.71% from 417); Blue value is 231 (90.62% from 255 or 55.40% from 417); Max value from RGB is 231 - color contains mainly: blue. Hex color #8535E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8535E7 is #7ACA18. Grayscale: #606060. Windows color (decimal): -8047129 or 15152517. OLE color: 15152517.

HSL color Cylindrical-coordinate representation of color #8535E7: hue angle of 266.97º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8535E7 is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 53 231 -
CMYK 0.42 0.77 0 0.09
HSL 266.97º 0.79% 0.56% -
HSV(B) 266.97º 0.77% 0.91% -
XYZ 25.37 13.3 76.83 -
YUV 97.21 203.5 153.53 -
System Red Green Blue C M Y K H S L
Decimal 133 53 231 0.42 0.77 0 0.09 266.97 0.79 0.56
Hex 85 35 E7 2A 4D 0 9 10B 4F 38
Octal 205 65 347 52 115 0 11 413 117 70
Binary 10000101 110101 11100111 101010 1001101 0 1001 100001011 1001111 111000

Color Harmonies of #8535E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8535E7

Black with #8535E7

Text Example


Text Example

White with #8535E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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