Html Css Color HEX #8532EE Blue Violet

📋 copy color: '#8532EE'

red 133 ◦ green 50 ◦ blue 238

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

Shades of Blue Violet #8532EE

Tints of Blue Violet #8532EE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.88%

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

R = 31.59%
G = 11.88%
B = 56.53%

CMYK

 C value IS 0.44

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8532EE (or 0x8532EE) is known color: Blue Violet. HEX triplet: 85, 32 and EE. RGB value is (133,50,238). Sum of RGB (Red+Green+Blue) = 133+50+238=421 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.59% from 421); Green value is 50 (19.92% from 255 or 11.88% from 421); Blue value is 238 (93.36% from 255 or 56.53% from 421); Max value from RGB is 238 - color contains mainly: blue. Hex color #8532EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8532EE is #7ACD11. Grayscale: #5F5F5F. Windows color (decimal): -8047890 or 15610501. OLE color: 15610501.

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

Color convert

RGB 133 50 238 -
CMYK 0.44 0.79 0 0.07
HSL 266.49º 0.85% 0.56% -
HSV(B) 266.49º 0.79% 0.93% -
XYZ 26.25 13.44 82.1 -
YUV 96.25 208 154.21 -
System Red Green Blue C M Y K H S L
Decimal 133 50 238 0.44 0.79 0 0.07 266.49 0.85 0.56
Hex 85 32 EE 2C 4F 0 7 10A 55 38
Octal 205 62 356 54 117 0 7 412 125 70
Binary 10000101 110010 11101110 101100 1001111 0 111 100001010 1010101 111000

Color Harmonies of #8532EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8532EE

Black with #8532EE

Text Example


Text Example

White with #8532EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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