Html Css Color HEX #8525AE Vivid Violet

📋 copy color: '#8525AE'

red 133 ◦ green 37 ◦ blue 174

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

Shades of Vivid Violet #8525AE

Tints of Vivid Violet #8525AE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.76%

 BLUE value IS 174 (68.36% from 255) = 50.58%

R = 38.66%
G = 10.76%
B = 50.58%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8525AE (or 0x8525AE) is known color: Vivid Violet. HEX triplet: 85, 25 and AE. RGB value is (133,37,174). Sum of RGB (Red+Green+Blue) = 133+37+174=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 37 (14.84% from 255 or 10.76% from 344); Blue value is 174 (68.36% from 255 or 50.58% from 344); Max value from RGB is 174 - color contains mainly: blue. Hex color #8525AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8525AE is #7ADA51. Grayscale: #505050. Windows color (decimal): -8051282 or 11412869. OLE color: 11412869.

HSL color Cylindrical-coordinate representation of color #8525AE: hue angle of 282.04º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8525AE is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 37 174 -
CMYK 0.24 0.79 0 0.32
HSL 282.04º 0.65% 0.41% -
HSV(B) 282.04º 0.79% 0.68% -
XYZ 17.97 9.37 40.9 -
YUV 81.32 180.3 164.86 -
System Red Green Blue C M Y K H S L
Decimal 133 37 174 0.24 0.79 0 0.32 282.04 0.65 0.41
Hex 85 25 AE 18 4F 0 20 11A 41 29
Octal 205 45 256 30 117 0 40 432 101 51
Binary 10000101 100101 10101110 11000 1001111 0 100000 100011010 1000001 101001

Color Harmonies of #8525AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8525AE

Black with #8525AE

Text Example


Text Example

White with #8525AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8525AE; }

 p { color: rgb(133,37,174); }

 H1.HeaderClassName
 {
   color: #8525AE;
 }
 .AnyTagClassName
 {
   color: #8525AE;
 }
</style>

background-color css

<style>
 a { background-color: #8525AE; }

 a { background-color: rgb(133,37,174); }

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

border-color css

<style>
 span { border-color: #8525AE; }

 span { border-color: rgb(133,37,174); }

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