Html Css Color HEX #883A99 Vivid Violet

📋 copy color: '#883A99'

red 136 ◦ green 58 ◦ blue 153

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

Shades of Vivid Violet #883A99

Tints of Vivid Violet #883A99

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.71%

 BLUE value IS 153 (60.16% from 255) = 44.09%

R = 39.19%
G = 16.71%
B = 44.09%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#883A99 (or 0x883A99) is known color: Vivid Violet. HEX triplet: 88, 3A and 99. RGB value is (136,58,153). Sum of RGB (Red+Green+Blue) = 136+58+153=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #883A99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883A99 is #77C566. Grayscale: #5B5B5B. Windows color (decimal): -7849319 or 10041992. OLE color: 10041992.

HSL color Cylindrical-coordinate representation of color #883A99: hue angle of 289.26º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #883A99 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 136 58 153 -
CMYK 0.11 0.62 0 0.4
HSL 289.26º 0.45% 0.41% -
HSV(B) 289.26º 0.62% 0.6% -
XYZ 17.42 10.56 31.26 -
YUV 92.15 162.34 159.28 -
System Red Green Blue C M Y K H S L
Decimal 136 58 153 0.11 0.62 0 0.4 289.26 0.45 0.41
Hex 88 3A 99 B 3E 0 28 121 2D 29
Octal 210 72 231 13 76 0 50 441 55 51
Binary 10001000 111010 10011001 1011 111110 0 101000 100100001 101101 101001

Color Harmonies of #883A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883A99

Black with #883A99

Text Example


Text Example

White with #883A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883A99; }

 p { color: rgb(136,58,153); }

 H1.HeaderClassName
 {
   color: #883A99;
 }
 .AnyTagClassName
 {
   color: #883A99;
 }
</style>

background-color css

<style>
 a { background-color: #883A99; }

 a { background-color: rgb(136,58,153); }

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

border-color css

<style>
 span { border-color: #883A99; }

 span { border-color: rgb(136,58,153); }

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