Html Css Color HEX #8523EE Blue Violet

📋 copy color: '#8523EE'

red 133 ◦ green 35 ◦ blue 238

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

Shades of Blue Violet #8523EE

Tints of Blue Violet #8523EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 58.62%

R = 32.76%
G = 8.62%
B = 58.62%

CMYK

 C value IS 0.44

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8523EE (or 0x8523EE) is known color: Blue Violet. HEX triplet: 85, 23 and EE. RGB value is (133,35,238). Sum of RGB (Red+Green+Blue) = 133+35+238=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 35 (14.06% from 255 or 8.62% from 406); Blue value is 238 (93.36% from 255 or 58.62% from 406); Max value from RGB is 238 - color contains mainly: blue. Hex color #8523EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8523EE is #7ADC11. Grayscale: #565656. Windows color (decimal): -8051730 or 15606661. OLE color: 15606661.

HSL color Cylindrical-coordinate representation of color #8523EE: hue angle of 268.97º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8523EE is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 35 238 -
CMYK 0.44 0.85 0 0.07
HSL 268.97º 0.86% 0.54% -
HSV(B) 268.97º 0.85% 0.93% -
XYZ 25.71 12.36 81.92 -
YUV 87.44 212.97 160.49 -
System Red Green Blue C M Y K H S L
Decimal 133 35 238 0.44 0.85 0 0.07 268.97 0.86 0.54
Hex 85 23 EE 2C 55 0 7 10D 56 36
Octal 205 43 356 54 125 0 7 415 126 66
Binary 10000101 100011 11101110 101100 1010101 0 111 100001101 1010110 110110

Color Harmonies of #8523EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8523EE

Black with #8523EE

Text Example


Text Example

White with #8523EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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