Html Css Color HEX #884394 Vivid Violet

📋 copy color: '#884394'

red 136 ◦ green 67 ◦ blue 148

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

Shades of Vivid Violet #884394

Tints of Vivid Violet #884394

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.09%

 BLUE value IS 148 (58.2% from 255) = 42.17%

R = 38.75%
G = 19.09%
B = 42.17%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#884394 (or 0x884394) is known color: Vivid Violet. HEX triplet: 88, 43 and 94. RGB value is (136,67,148). Sum of RGB (Red+Green+Blue) = 136+67+148=351 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.75% from 351); Green value is 67 (26.56% from 255 or 19.09% from 351); Blue value is 148 (58.20% from 255 or 42.17% from 351); Max value from RGB is 148 - color contains mainly: blue. Hex color #884394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884394 is #77BC6B. Grayscale: #606060. Windows color (decimal): -7847020 or 9716616. OLE color: 9716616.

HSL color Cylindrical-coordinate representation of color #884394: hue angle of 291.11º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #884394 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 67 148 -
CMYK 0.08 0.55 0 0.42
HSL 291.11º 0.38% 0.42% -
HSV(B) 291.11º 0.55% 0.58% -
XYZ 17.51 11.39 29.29 -
YUV 96.87 156.86 155.91 -
System Red Green Blue C M Y K H S L
Decimal 136 67 148 0.08 0.55 0 0.42 291.11 0.38 0.42
Hex 88 43 94 8 37 0 2A 123 26 2A
Octal 210 103 224 10 67 0 52 443 46 52
Binary 10001000 1000011 10010100 1000 110111 0 101010 100100011 100110 101010

Color Harmonies of #884394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884394

Black with #884394

Text Example


Text Example

White with #884394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884394; }

 p { color: rgb(136,67,148); }

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

background-color css

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

 a { background-color: rgb(136,67,148); }

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

border-color css

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

 span { border-color: rgb(136,67,148); }

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