Html Css Color HEX #8528D0 Blue Violet

📋 copy color: '#8528D0'

red 133 ◦ green 40 ◦ blue 208

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

Shades of Blue Violet #8528D0

Tints of Blue Violet #8528D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 54.59%

R = 34.91%
G = 10.5%
B = 54.59%

CMYK

 C value IS 0.36

 M value IS 0.81

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8528D0 (or 0x8528D0) is known color: Blue Violet. HEX triplet: 85, 28 and D0. RGB value is (133,40,208). Sum of RGB (Red+Green+Blue) = 133+40+208=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 40 (16.02% from 255 or 10.50% from 381); Blue value is 208 (81.64% from 255 or 54.59% from 381); Max value from RGB is 208 - color contains mainly: blue. Hex color #8528D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8528D0 is #7AD72F. Grayscale: #565656. Windows color (decimal): -8050480 or 13641861. OLE color: 13641861.

HSL color Cylindrical-coordinate representation of color #8528D0: hue angle of 273.21º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8528D0 is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 133 40 208 -
CMYK 0.36 0.81 0 0.18
HSL 273.21º 0.68% 0.49% -
HSV(B) 273.21º 0.81% 0.82% -
XYZ 21.82 11.06 60.66 -
YUV 86.96 196.31 160.84 -
System Red Green Blue C M Y K H S L
Decimal 133 40 208 0.36 0.81 0 0.18 273.21 0.68 0.49
Hex 85 28 D0 24 51 0 12 111 44 31
Octal 205 50 320 44 121 0 22 421 104 61
Binary 10000101 101000 11010000 100100 1010001 0 10010 100010001 1000100 110001

Color Harmonies of #8528D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8528D0

Black with #8528D0

Text Example


Text Example

White with #8528D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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