Html Css Color HEX #8532D9 Blue Violet

📋 copy color: '#8532D9'

red 133 ◦ green 50 ◦ blue 217

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

Shades of Blue Violet #8532D9

Tints of Blue Violet #8532D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 54.25%

R = 33.25%
G = 12.5%
B = 54.25%

CMYK

 C value IS 0.39

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8532D9 (or 0x8532D9) is known color: Blue Violet. HEX triplet: 85, 32 and D9. RGB value is (133,50,217). Sum of RGB (Red+Green+Blue) = 133+50+217=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 50 (19.92% from 255 or 12.5% from 400); Blue value is 217 (85.16% from 255 or 54.25% from 400); Max value from RGB is 217 - color contains mainly: blue. Hex color #8532D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8532D9 is #7ACD26. Grayscale: #5D5D5D. Windows color (decimal): -8047911 or 14234245. OLE color: 14234245.

HSL color Cylindrical-coordinate representation of color #8532D9: hue angle of 269.82º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8532D9 is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 50 217 -
CMYK 0.39 0.77 0 0.15
HSL 269.82º 0.69% 0.52% -
HSV(B) 269.82º 0.77% 0.85% -
XYZ 23.34 12.28 66.79 -
YUV 93.86 197.5 155.92 -
System Red Green Blue C M Y K H S L
Decimal 133 50 217 0.39 0.77 0 0.15 269.82 0.69 0.52
Hex 85 32 D9 27 4D 0 F 10E 45 34
Octal 205 62 331 47 115 0 17 416 105 64
Binary 10000101 110010 11011001 100111 1001101 0 1111 100001110 1000101 110100

Color Harmonies of #8532D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8532D9

Black with #8532D9

Text Example


Text Example

White with #8532D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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