Html Css Color HEX #884296 Vivid Violet

📋 copy color: '#884296'

red 136 ◦ green 66 ◦ blue 150

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

Shades of Vivid Violet #884296

Tints of Vivid Violet #884296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 42.61%

R = 38.64%
G = 18.75%
B = 42.61%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#884296 (or 0x884296) is known color: Vivid Violet. HEX triplet: 88, 42 and 96. RGB value is (136,66,150). Sum of RGB (Red+Green+Blue) = 136+66+150=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 150 (58.98% from 255 or 42.61% from 352); Max value from RGB is 150 - color contains mainly: blue. Hex color #884296 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884296 is #77BD69. Grayscale: #606060. Windows color (decimal): -7847274 or 9847432. OLE color: 9847432.

HSL color Cylindrical-coordinate representation of color #884296: hue angle of 290º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #884296 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 136 66 150 -
CMYK 0.09 0.56 0 0.41
HSL 290º 0.39% 0.42% -
HSV(B) 290º 0.56% 0.59% -
XYZ 17.61 11.33 30.11 -
YUV 96.51 158.19 156.17 -
System Red Green Blue C M Y K H S L
Decimal 136 66 150 0.09 0.56 0 0.41 290 0.39 0.42
Hex 88 42 96 9 38 0 29 122 27 2A
Octal 210 102 226 11 70 0 51 442 47 52
Binary 10001000 1000010 10010110 1001 111000 0 101001 100100010 100111 101010

Color Harmonies of #884296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884296

Black with #884296

Text Example


Text Example

White with #884296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884296; }

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

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

background-color css

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

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

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

border-color css

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

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

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