Html Css Color HEX #8936AD Vivid Violet

📋 copy color: '#8936AD'

red 137 ◦ green 54 ◦ blue 173

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

Shades of Vivid Violet #8936AD

Tints of Vivid Violet #8936AD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.84%

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

R = 37.64%
G = 14.84%
B = 47.53%

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

#8936AD (or 0x8936AD) is known color: Vivid Violet. HEX triplet: 89, 36 and AD. RGB value is (137,54,173). Sum of RGB (Red+Green+Blue) = 137+54+173=364 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.64% from 364); Green value is 54 (21.48% from 255 or 14.84% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 173 - color contains mainly: blue. Hex color #8936AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8936AD is #76C952. Grayscale: #5B5B5B. Windows color (decimal): -7784787 or 11351689. OLE color: 11351689.

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

Color convert

RGB 137 54 173 -
CMYK 0.21 0.69 0 0.32
HSL 281.85º 0.52% 0.45% -
HSV(B) 281.85º 0.69% 0.68% -
XYZ 19.18 10.97 40.64 -
YUV 92.38 173.5 159.82 -
System Red Green Blue C M Y K H S L
Decimal 137 54 173 0.21 0.69 0 0.32 281.85 0.52 0.45
Hex 89 36 AD 15 45 0 20 11A 34 2D
Octal 211 66 255 25 105 0 40 432 64 55
Binary 10001001 110110 10101101 10101 1000101 0 100000 100011010 110100 101101

Color Harmonies of #8936AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8936AD

Black with #8936AD

Text Example


Text Example

White with #8936AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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