Html Css Color HEX #8232AD Vivid Violet

📋 copy color: '#8232AD'

red 130 ◦ green 50 ◦ blue 173

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

Shades of Vivid Violet #8232AD

Tints of Vivid Violet #8232AD

RGB

 RED value IS 130 (51.17% from 255) = 36.83%

 GREEN value IS 50 (19.92% from 255) = 14.16%

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

R = 36.83%
G = 14.16%
B = 49.01%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8232AD (or 0x8232AD) is known color: Vivid Violet. HEX triplet: 82, 32 and AD. RGB value is (130,50,173). Sum of RGB (Red+Green+Blue) = 130+50+173=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #8232AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8232AD is #7DCD52. Grayscale: #575757. Windows color (decimal): -8244563 or 11350658. OLE color: 11350658.

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

Color convert

RGB 130 50 173 -
CMYK 0.25 0.71 0 0.32
HSL 279.02º 0.55% 0.44% -
HSV(B) 279.02º 0.71% 0.68% -
XYZ 17.89 10.04 40.53 -
YUV 87.94 176 158 -
System Red Green Blue C M Y K H S L
Decimal 130 50 173 0.25 0.71 0 0.32 279.02 0.55 0.44
Hex 82 32 AD 19 47 0 20 117 37 2C
Octal 202 62 255 31 107 0 40 427 67 54
Binary 10000010 110010 10101101 11001 1000111 0 100000 100010111 110111 101100

Color Harmonies of #8232AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8232AD

Black with #8232AD

Text Example


Text Example

White with #8232AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,50,173); }

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

background-color css

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

 a { background-color: rgb(130,50,173); }

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

border-color css

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

 span { border-color: rgb(130,50,173); }

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