Html Css Color HEX #8830AD Vivid Violet

📋 copy color: '#8830AD'

red 136 ◦ green 48 ◦ blue 173

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

Shades of Vivid Violet #8830AD

Tints of Vivid Violet #8830AD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.45%

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

R = 38.1%
G = 13.45%
B = 48.46%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8830AD (or 0x8830AD) is known color: Vivid Violet. HEX triplet: 88, 30 and AD. RGB value is (136,48,173). Sum of RGB (Red+Green+Blue) = 136+48+173=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #8830AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8830AD is #77CF52. Grayscale: #585858. Windows color (decimal): -7851859 or 11350152. OLE color: 11350152.

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

Color convert

RGB 136 48 173 -
CMYK 0.21 0.72 0 0.32
HSL 282.24º 0.57% 0.43% -
HSV(B) 282.24º 0.72% 0.68% -
XYZ 18.75 10.37 40.55 -
YUV 88.56 175.65 161.84 -
System Red Green Blue C M Y K H S L
Decimal 136 48 173 0.21 0.72 0 0.32 282.24 0.57 0.43
Hex 88 30 AD 15 48 0 20 11A 39 2B
Octal 210 60 255 25 110 0 40 432 71 53
Binary 10001000 110000 10101101 10101 1001000 0 100000 100011010 111001 101011

Color Harmonies of #8830AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8830AD

Black with #8830AD

Text Example


Text Example

White with #8830AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,48,173); }

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

background-color css

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

 a { background-color: rgb(136,48,173); }

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

border-color css

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

 span { border-color: rgb(136,48,173); }

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