Html Css Color HEX #884098 Vivid Violet

📋 copy color: '#884098'

red 136 ◦ green 64 ◦ blue 152

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

Shades of Vivid Violet #884098

Tints of Vivid Violet #884098

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.18%

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

R = 38.64%
G = 18.18%
B = 43.18%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#884098 (or 0x884098) is known color: Vivid Violet. HEX triplet: 88, 40 and 98. RGB value is (136,64,152). Sum of RGB (Red+Green+Blue) = 136+64+152=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 152 - color contains mainly: blue. Hex color #884098 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884098 is #77BF67. Grayscale: #5F5F5F. Windows color (decimal): -7847784 or 9977992. OLE color: 9977992.

HSL color Cylindrical-coordinate representation of color #884098: hue angle of 289.09º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #884098 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 136 64 152 -
CMYK 0.11 0.58 0 0.40
HSL 289.09º 0.41% 0.42% -
HSV(B) 289.09º 0.58% 0.6% -
XYZ 17.65 11.17 30.93 -
YUV 95.56 159.85 156.84 -
System Red Green Blue C M Y K H S L
Decimal 136 64 152 0.11 0.58 0 0.40 289.09 0.41 0.42
Hex 88 40 98 B 3A 0 28 121 29 2A
Octal 210 100 230 13 72 0 50 441 51 52
Binary 10001000 1000000 10011000 1011 111010 0 101000 100100001 101001 101010

Color Harmonies of #884098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884098

Black with #884098

Text Example


Text Example

White with #884098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884098; }

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

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

background-color css

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

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

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

border-color css

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

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

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