Html Css Color HEX #8528EE Blue Violet

📋 copy color: '#8528EE'

red 133 ◦ green 40 ◦ blue 238

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

Shades of Blue Violet #8528EE

Tints of Blue Violet #8528EE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.73%

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

R = 32.36%
G = 9.73%
B = 57.91%

CMYK

 C value IS 0.44

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8528EE (or 0x8528EE) is known color: Blue Violet. HEX triplet: 85, 28 and EE. RGB value is (133,40,238). Sum of RGB (Red+Green+Blue) = 133+40+238=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 40 (16.02% from 255 or 9.73% from 411); Blue value is 238 (93.36% from 255 or 57.91% from 411); Max value from RGB is 238 - color contains mainly: blue. Hex color #8528EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8528EE is #7AD711. Grayscale: #595959. Windows color (decimal): -8050450 or 15607941. OLE color: 15607941.

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

Color convert

RGB 133 40 238 -
CMYK 0.44 0.83 0 0.07
HSL 268.18º 0.85% 0.55% -
HSV(B) 268.18º 0.83% 0.93% -
XYZ 25.86 12.68 81.97 -
YUV 90.38 211.31 158.4 -
System Red Green Blue C M Y K H S L
Decimal 133 40 238 0.44 0.83 0 0.07 268.18 0.85 0.55
Hex 85 28 EE 2C 53 0 7 10C 55 37
Octal 205 50 356 54 123 0 7 414 125 67
Binary 10000101 101000 11101110 101100 1010011 0 111 100001100 1010101 110111

Color Harmonies of #8528EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8528EE

Black with #8528EE

Text Example


Text Example

White with #8528EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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