Html Css Color HEX #8832A4 Vivid Violet

📋 copy color: '#8832A4'

red 136 ◦ green 50 ◦ blue 164

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

Shades of Vivid Violet #8832A4

Tints of Vivid Violet #8832A4

RGB

 RED value IS 136 (53.52% from 255) = 38.86%

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

 BLUE value IS 164 (64.45% from 255) = 46.86%

R = 38.86%
G = 14.29%
B = 46.86%

CMYK

 C value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8832A4 (or 0x8832A4) is known color: Vivid Violet. HEX triplet: 88, 32 and A4. RGB value is (136,50,164). Sum of RGB (Red+Green+Blue) = 136+50+164=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 164 (64.45% from 255 or 46.86% from 350); Max value from RGB is 164 - color contains mainly: blue. Hex color #8832A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8832A4 is #77CD5B. Grayscale: #585858. Windows color (decimal): -7851356 or 10760840. OLE color: 10760840.

HSL color Cylindrical-coordinate representation of color #8832A4: hue angle of 285.26º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8832A4 is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 136 50 164 -
CMYK 0.17 0.70 0 0.36
HSL 285.26º 0.53% 0.42% -
HSV(B) 285.26º 0.7% 0.64% -
XYZ 17.99 10.2 36.14 -
YUV 88.71 170.49 161.73 -
System Red Green Blue C M Y K H S L
Decimal 136 50 164 0.17 0.70 0 0.36 285.26 0.53 0.42
Hex 88 32 A4 11 46 0 24 11D 35 2A
Octal 210 62 244 21 106 0 44 435 65 52
Binary 10001000 110010 10100100 10001 1000110 0 100100 100011101 110101 101010

Color Harmonies of #8832A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8832A4

Black with #8832A4

Text Example


Text Example

White with #8832A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8832A4; }

 p { color: rgb(136,50,164); }

 H1.HeaderClassName
 {
   color: #8832A4;
 }
 .AnyTagClassName
 {
   color: #8832A4;
 }
</style>

background-color css

<style>
 a { background-color: #8832A4; }

 a { background-color: rgb(136,50,164); }

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

border-color css

<style>
 span { border-color: #8832A4; }

 span { border-color: rgb(136,50,164); }

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