Html Css Color HEX #884395 Vivid Violet

📋 copy color: '#884395'

red 136 ◦ green 67 ◦ blue 149

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

Shades of Vivid Violet #884395

Tints of Vivid Violet #884395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 42.33%

R = 38.64%
G = 19.03%
B = 42.33%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#884395 (or 0x884395) is known color: Vivid Violet. HEX triplet: 88, 43 and 95. RGB value is (136,67,149). Sum of RGB (Red+Green+Blue) = 136+67+149=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 149 - color contains mainly: blue. Hex color #884395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884395 is #77BC6A. Grayscale: #606060. Windows color (decimal): -7847019 or 9782152. OLE color: 9782152.

HSL color Cylindrical-coordinate representation of color #884395: hue angle of 290.49º 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 #884395 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 67 149 -
CMYK 0.09 0.55 0 0.42
HSL 290.49º 0.38% 0.42% -
HSV(B) 290.49º 0.55% 0.58% -
XYZ 17.59 11.42 29.71 -
YUV 96.98 157.36 155.83 -
System Red Green Blue C M Y K H S L
Decimal 136 67 149 0.09 0.55 0 0.42 290.49 0.38 0.42
Hex 88 43 95 9 37 0 2A 122 26 2A
Octal 210 103 225 11 67 0 52 442 46 52
Binary 10001000 1000011 10010101 1001 110111 0 101010 100100010 100110 101010

Color Harmonies of #884395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884395

Black with #884395

Text Example


Text Example

White with #884395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884395; }

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

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

background-color css

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

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

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

border-color css

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

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

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