Html Css Color HEX #8935AD Vivid Violet

📋 copy color: '#8935AD'

red 137 ◦ green 53 ◦ blue 173

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

Shades of Vivid Violet #8935AD

Tints of Vivid Violet #8935AD

RGB

 RED value IS 137 (53.91% from 255) = 37.74%

 GREEN value IS 53 (21.09% from 255) = 14.6%

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

R = 37.74%
G = 14.6%
B = 47.66%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8935AD (or 0x8935AD) is known color: Vivid Violet. HEX triplet: 89, 35 and AD. RGB value is (137,53,173). Sum of RGB (Red+Green+Blue) = 137+53+173=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #8935AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8935AD is #76CA52. Grayscale: #5B5B5B. Windows color (decimal): -7785043 or 11351433. OLE color: 11351433.

HSL color Cylindrical-coordinate representation of color #8935AD: hue angle of 282º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8935AD is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 137 53 173 -
CMYK 0.21 0.69 0 0.32
HSL 282º 0.53% 0.44% -
HSV(B) 282º 0.69% 0.68% -
XYZ 19.13 10.88 40.63 -
YUV 91.8 173.83 160.24 -
System Red Green Blue C M Y K H S L
Decimal 137 53 173 0.21 0.69 0 0.32 282 0.53 0.44
Hex 89 35 AD 15 45 0 20 11A 35 2C
Octal 211 65 255 25 105 0 40 432 65 54
Binary 10001001 110101 10101101 10101 1000101 0 100000 100011010 110101 101100

Color Harmonies of #8935AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8935AD

Black with #8935AD

Text Example


Text Example

White with #8935AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,53,173); }

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

background-color css

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

 a { background-color: rgb(137,53,173); }

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

border-color css

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

 span { border-color: rgb(137,53,173); }

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