Html Css Color HEX #8525AB Vivid Violet

📋 copy color: '#8525AB'

red 133 ◦ green 37 ◦ blue 171

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

Shades of Vivid Violet #8525AB

Tints of Vivid Violet #8525AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50.15%

R = 39%
G = 10.85%
B = 50.15%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8525AB (or 0x8525AB) is known color: Vivid Violet. HEX triplet: 85, 25 and AB. RGB value is (133,37,171). Sum of RGB (Red+Green+Blue) = 133+37+171=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #8525AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8525AB is #7ADA54. Grayscale: #505050. Windows color (decimal): -8051285 or 11216261. OLE color: 11216261.

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

Color convert

RGB 133 37 171 -
CMYK 0.22 0.78 0 0.33
HSL 282.99º 0.64% 0.41% -
HSV(B) 282.99º 0.78% 0.67% -
XYZ 17.69 9.25 39.38 -
YUV 80.98 178.8 165.1 -
System Red Green Blue C M Y K H S L
Decimal 133 37 171 0.22 0.78 0 0.33 282.99 0.64 0.41
Hex 85 25 AB 16 4E 0 21 11B 40 29
Octal 205 45 253 26 116 0 41 433 100 51
Binary 10000101 100101 10101011 10110 1001110 0 100001 100011011 1000000 101001

Color Harmonies of #8525AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8525AB

Black with #8525AB

Text Example


Text Example

White with #8525AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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