Html Css Color HEX #8526EE Blue Violet

📋 copy color: '#8526EE'

red 133 ◦ green 38 ◦ blue 238

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

Shades of Blue Violet #8526EE

Tints of Blue Violet #8526EE

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.29%

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

R = 32.52%
G = 9.29%
B = 58.19%

CMYK

 C value IS 0.44

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8526EE (or 0x8526EE) is known color: Blue Violet. HEX triplet: 85, 26 and EE. RGB value is (133,38,238). Sum of RGB (Red+Green+Blue) = 133+38+238=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 38 (15.23% from 255 or 9.29% from 409); Blue value is 238 (93.36% from 255 or 58.19% from 409); Max value from RGB is 238 - color contains mainly: blue. Hex color #8526EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8526EE is #7AD911. Grayscale: #585858. Windows color (decimal): -8050962 or 15607429. OLE color: 15607429.

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

Color convert

RGB 133 38 238 -
CMYK 0.44 0.84 0 0.07
HSL 268.5º 0.85% 0.54% -
HSV(B) 268.5º 0.84% 0.93% -
XYZ 25.8 12.55 81.95 -
YUV 89.21 211.97 159.24 -
System Red Green Blue C M Y K H S L
Decimal 133 38 238 0.44 0.84 0 0.07 268.5 0.85 0.54
Hex 85 26 EE 2C 54 0 7 10C 55 36
Octal 205 46 356 54 124 0 7 414 125 66
Binary 10000101 100110 11101110 101100 1010100 0 111 100001100 1010101 110110

Color Harmonies of #8526EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8526EE

Black with #8526EE

Text Example


Text Example

White with #8526EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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