Html Css Color HEX #884F98 Vivid Violet

📋 copy color: '#884F98'

red 136 ◦ green 79 ◦ blue 152

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

Shades of Vivid Violet #884F98

Tints of Vivid Violet #884F98

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.53%

 BLUE value IS 152 (59.77% from 255) = 41.42%

R = 37.06%
G = 21.53%
B = 41.42%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#884F98 (or 0x884F98) is known color: Vivid Violet. HEX triplet: 88, 4F and 98. RGB value is (136,79,152). Sum of RGB (Red+Green+Blue) = 136+79+152=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 79 (31.25% from 255 or 21.53% from 367); Blue value is 152 (59.77% from 255 or 41.42% from 367); Max value from RGB is 152 - color contains mainly: blue. Hex color #884F98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #884F98 is #77B067. Grayscale: #686868. Windows color (decimal): -7843944 or 9981832. OLE color: 9981832.

HSL color Cylindrical-coordinate representation of color #884F98: hue angle of 286.85º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #884F98 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 136 79 152 -
CMYK 0.11 0.48 0 0.40
HSL 286.85º 0.32% 0.45% -
HSV(B) 286.85º 0.48% 0.6% -
XYZ 18.62 13.09 31.25 -
YUV 104.37 154.88 150.56 -
System Red Green Blue C M Y K H S L
Decimal 136 79 152 0.11 0.48 0 0.40 286.85 0.32 0.45
Hex 88 4F 98 B 30 0 28 11F 20 2D
Octal 210 117 230 13 60 0 50 437 40 55
Binary 10001000 1001111 10011000 1011 110000 0 101000 100011111 100000 101101

Color Harmonies of #884F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884F98

Black with #884F98

Text Example


Text Example

White with #884F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884F98; }

 p { color: rgb(136,79,152); }

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

background-color css

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

 a { background-color: rgb(136,79,152); }

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

border-color css

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

 span { border-color: rgb(136,79,152); }

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