Html Css Color HEX #8523E0 Blue Violet

📋 copy color: '#8523E0'

red 133 ◦ green 35 ◦ blue 224

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

Shades of Blue Violet #8523E0

Tints of Blue Violet #8523E0

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.93%

 BLUE value IS 224 (87.89% from 255) = 57.14%

R = 33.93%
G = 8.93%
B = 57.14%

CMYK

 C value IS 0.41

 M value IS 0.84

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8523E0 (or 0x8523E0) is known color: Blue Violet. HEX triplet: 85, 23 and E0. RGB value is (133,35,224). Sum of RGB (Red+Green+Blue) = 133+35+224=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 35 (14.06% from 255 or 8.93% from 392); Blue value is 224 (87.89% from 255 or 57.14% from 392); Max value from RGB is 224 - color contains mainly: blue. Hex color #8523E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8523E0 is #7ADC1F. Grayscale: #555555. Windows color (decimal): -8051744 or 14689157. OLE color: 14689157.

HSL color Cylindrical-coordinate representation of color #8523E0: hue angle of 271.11º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8523E0 is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 133 35 224 -
CMYK 0.41 0.84 0 0.12
HSL 271.11º 0.75% 0.51% -
HSV(B) 271.11º 0.84% 0.88% -
XYZ 23.73 11.57 71.5 -
YUV 85.85 205.97 161.63 -
System Red Green Blue C M Y K H S L
Decimal 133 35 224 0.41 0.84 0 0.12 271.11 0.75 0.51
Hex 85 23 E0 29 54 0 C 10F 4B 33
Octal 205 43 340 51 124 0 14 417 113 63
Binary 10000101 100011 11100000 101001 1010100 0 1100 100001111 1001011 110011

Color Harmonies of #8523E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8523E0

Black with #8523E0

Text Example


Text Example

White with #8523E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8523E0; }

 p { color: rgb(133,35,224); }

 H1.HeaderClassName
 {
   color: #8523E0;
 }
 .AnyTagClassName
 {
   color: #8523E0;
 }
</style>

background-color css

<style>
 a { background-color: #8523E0; }

 a { background-color: rgb(133,35,224); }

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

border-color css

<style>
 span { border-color: #8523E0; }

 span { border-color: rgb(133,35,224); }

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