Html Css Color HEX #884299 Vivid Violet

📋 copy color: '#884299'

red 136 ◦ green 66 ◦ blue 153

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

Shades of Vivid Violet #884299

Tints of Vivid Violet #884299

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.59%

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

R = 38.31%
G = 18.59%
B = 43.1%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#884299 (or 0x884299) is known color: Vivid Violet. HEX triplet: 88, 42 and 99. RGB value is (136,66,153). Sum of RGB (Red+Green+Blue) = 136+66+153=355 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.31% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #884299 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884299 is #77BD66. Grayscale: #606060. Windows color (decimal): -7847271 or 10044040. OLE color: 10044040.

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

Color convert

RGB 136 66 153 -
CMYK 0.11 0.57 0 0.4
HSL 288.28º 0.4% 0.43% -
HSV(B) 288.28º 0.57% 0.6% -
XYZ 17.85 11.43 31.4 -
YUV 96.85 159.69 155.93 -
System Red Green Blue C M Y K H S L
Decimal 136 66 153 0.11 0.57 0 0.4 288.28 0.4 0.43
Hex 88 42 99 B 39 0 28 120 28 2B
Octal 210 102 231 13 71 0 50 440 50 53
Binary 10001000 1000010 10011001 1011 111001 0 101000 100100000 101000 101011

Color Harmonies of #884299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884299

Black with #884299

Text Example


Text Example

White with #884299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884299; }

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

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

background-color css

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

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

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

border-color css

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

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

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