Html Css Color HEX #8830A8 Vivid Violet

📋 copy color: '#8830A8'

red 136 ◦ green 48 ◦ blue 168

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

Shades of Vivid Violet #8830A8

Tints of Vivid Violet #8830A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 47.73%

R = 38.64%
G = 13.64%
B = 47.73%

CMYK

 C value IS 0.19

 M value IS 0.71

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#8830A8 (or 0x8830A8) is known color: Vivid Violet. HEX triplet: 88, 30 and A8. RGB value is (136,48,168). Sum of RGB (Red+Green+Blue) = 136+48+168=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 168 (66.02% from 255 or 47.73% from 352); Max value from RGB is 168 - color contains mainly: blue. Hex color #8830A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8830A8 is #77CF57. Grayscale: #575757. Windows color (decimal): -7851864 or 11022472. OLE color: 11022472.

HSL color Cylindrical-coordinate representation of color #8830A8: hue angle of 284º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8830A8 is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 136 48 168 -
CMYK 0.19 0.71 0 0.34
HSL 284º 0.56% 0.42% -
HSV(B) 284º 0.71% 0.66% -
XYZ 18.28 10.18 38.05 -
YUV 87.99 173.15 162.24 -
System Red Green Blue C M Y K H S L
Decimal 136 48 168 0.19 0.71 0 0.34 284 0.56 0.42
Hex 88 30 A8 13 47 0 22 11C 38 2A
Octal 210 60 250 23 107 0 42 434 70 52
Binary 10001000 110000 10101000 10011 1000111 0 100010 100011100 111000 101010

Color Harmonies of #8830A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8830A8

Black with #8830A8

Text Example


Text Example

White with #8830A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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