Html Css Color HEX #8528AF Vivid Violet

📋 copy color: '#8528AF'

red 133 ◦ green 40 ◦ blue 175

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

Shades of Vivid Violet #8528AF

Tints of Vivid Violet #8528AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 50.29%

R = 38.22%
G = 11.49%
B = 50.29%

CMYK

 C value IS 0.24

 M value IS 0.77

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8528AF (or 0x8528AF) is known color: Vivid Violet. HEX triplet: 85, 28 and AF. RGB value is (133,40,175). Sum of RGB (Red+Green+Blue) = 133+40+175=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 175 (68.75% from 255 or 50.29% from 348); Max value from RGB is 175 - color contains mainly: blue. Hex color #8528AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8528AF is #7AD750. Grayscale: #525252. Windows color (decimal): -8050513 or 11479173. OLE color: 11479173.

HSL color Cylindrical-coordinate representation of color #8528AF: hue angle of 281.33º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8528AF is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 133 40 175 -
CMYK 0.24 0.77 0 0.31
HSL 281.33º 0.63% 0.42% -
HSV(B) 281.33º 0.77% 0.69% -
XYZ 18.17 9.6 41.45 -
YUV 83.2 179.81 163.52 -
System Red Green Blue C M Y K H S L
Decimal 133 40 175 0.24 0.77 0 0.31 281.33 0.63 0.42
Hex 85 28 AF 18 4D 0 1F 119 3F 2A
Octal 205 50 257 30 115 0 37 431 77 52
Binary 10000101 101000 10101111 11000 1001101 0 11111 100011001 111111 101010

Color Harmonies of #8528AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8528AF

Black with #8528AF

Text Example


Text Example

White with #8528AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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