Html Css Color HEX #8527AA Vivid Violet

📋 copy color: '#8527AA'

red 133 ◦ green 39 ◦ blue 170

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

Shades of Vivid Violet #8527AA

Tints of Vivid Violet #8527AA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.4%

 BLUE value IS 170 (66.8% from 255) = 49.71%

R = 38.89%
G = 11.4%
B = 49.71%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8527AA (or 0x8527AA) is known color: Vivid Violet. HEX triplet: 85, 27 and AA. RGB value is (133,39,170). Sum of RGB (Red+Green+Blue) = 133+39+170=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 39 (15.62% from 255 or 11.40% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #8527AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8527AA is #7AD855. Grayscale: #515151. Windows color (decimal): -8050774 or 11151237. OLE color: 11151237.

HSL color Cylindrical-coordinate representation of color #8527AA: hue angle of 283.05º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8527AA is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 39 170 -
CMYK 0.22 0.77 0 0.33
HSL 283.05º 0.63% 0.41% -
HSV(B) 283.05º 0.77% 0.67% -
XYZ 17.65 9.34 38.9 -
YUV 82.04 177.64 164.35 -
System Red Green Blue C M Y K H S L
Decimal 133 39 170 0.22 0.77 0 0.33 283.05 0.63 0.41
Hex 85 27 AA 16 4D 0 21 11B 3F 29
Octal 205 47 252 26 115 0 41 433 77 51
Binary 10000101 100111 10101010 10110 1001101 0 100001 100011011 111111 101001

Color Harmonies of #8527AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8527AA

Black with #8527AA

Text Example


Text Example

White with #8527AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8527AA; }

 p { color: rgb(133,39,170); }

 H1.HeaderClassName
 {
   color: #8527AA;
 }
 .AnyTagClassName
 {
   color: #8527AA;
 }
</style>

background-color css

<style>
 a { background-color: #8527AA; }

 a { background-color: rgb(133,39,170); }

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

border-color css

<style>
 span { border-color: #8527AA; }

 span { border-color: rgb(133,39,170); }

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