Html Css Color HEX #8525AD Vivid Violet

📋 copy color: '#8525AD'

red 133 ◦ green 37 ◦ blue 173

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

Shades of Vivid Violet #8525AD

Tints of Vivid Violet #8525AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 50.44%

R = 38.78%
G = 10.79%
B = 50.44%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8525AD (or 0x8525AD) is known color: Vivid Violet. HEX triplet: 85, 25 and AD. RGB value is (133,37,173). Sum of RGB (Red+Green+Blue) = 133+37+173=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 37 (14.84% from 255 or 10.79% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #8525AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8525AD is #7ADA52. Grayscale: #505050. Windows color (decimal): -8051283 or 11347333. OLE color: 11347333.

HSL color Cylindrical-coordinate representation of color #8525AD: hue angle of 282.35º 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 #8525AD is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 37 173 -
CMYK 0.23 0.79 0 0.32
HSL 282.35º 0.65% 0.41% -
HSV(B) 282.35º 0.79% 0.68% -
XYZ 17.88 9.33 40.39 -
YUV 81.21 179.8 164.94 -
System Red Green Blue C M Y K H S L
Decimal 133 37 173 0.23 0.79 0 0.32 282.35 0.65 0.41
Hex 85 25 AD 17 4F 0 20 11A 41 29
Octal 205 45 255 27 117 0 40 432 101 51
Binary 10000101 100101 10101101 10111 1001111 0 100000 100011010 1000001 101001

Color Harmonies of #8525AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8525AD

Black with #8525AD

Text Example


Text Example

White with #8525AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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