Html Css Color HEX #884B93 Vivid Violet

📋 copy color: '#884B93'

red 136 ◦ green 75 ◦ blue 147

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

Shades of Vivid Violet #884B93

Tints of Vivid Violet #884B93

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.95%

 BLUE value IS 147 (57.81% from 255) = 41.06%

R = 37.99%
G = 20.95%
B = 41.06%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#884B93 (or 0x884B93) is known color: Vivid Violet. HEX triplet: 88, 4B and 93. RGB value is (136,75,147). Sum of RGB (Red+Green+Blue) = 136+75+147=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 75 (29.69% from 255 or 20.95% from 358); Blue value is 147 (57.81% from 255 or 41.06% from 358); Max value from RGB is 147 - color contains mainly: blue. Hex color #884B93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884B93 is #77B46C. Grayscale: #656565. Windows color (decimal): -7844973 or 9653128. OLE color: 9653128.

HSL color Cylindrical-coordinate representation of color #884B93: hue angle of 290.83º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #884B93 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 75 147 -
CMYK 0.07 0.49 0 0.42
HSL 290.83º 0.32% 0.44% -
HSV(B) 290.83º 0.49% 0.58% -
XYZ 17.94 12.37 29.05 -
YUV 101.45 153.71 152.65 -
System Red Green Blue C M Y K H S L
Decimal 136 75 147 0.07 0.49 0 0.42 290.83 0.32 0.44
Hex 88 4B 93 7 31 0 2A 123 20 2C
Octal 210 113 223 7 61 0 52 443 40 54
Binary 10001000 1001011 10010011 111 110001 0 101010 100100011 100000 101100

Color Harmonies of #884B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884B93

Black with #884B93

Text Example


Text Example

White with #884B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,75,147); }

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

background-color css

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

 a { background-color: rgb(136,75,147); }

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

border-color css

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

 span { border-color: rgb(136,75,147); }

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