Html Css Color HEX #883295 Vivid Violet

📋 copy color: '#883295'

red 136 ◦ green 50 ◦ blue 149

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

Shades of Vivid Violet #883295

Tints of Vivid Violet #883295

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.93%

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

R = 40.6%
G = 14.93%
B = 44.48%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#883295 (or 0x883295) is known color: Vivid Violet. HEX triplet: 88, 32 and 95. RGB value is (136,50,149). Sum of RGB (Red+Green+Blue) = 136+50+149=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 149 - color contains mainly: blue. Hex color #883295 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883295 is #77CD6A. Grayscale: #565656. Windows color (decimal): -7851371 or 9777800. OLE color: 9777800.

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

Color convert

RGB 136 50 149 -
CMYK 0.09 0.66 0 0.42
HSL 292.12º 0.5% 0.39% -
HSV(B) 292.12º 0.66% 0.58% -
XYZ 16.72 9.69 29.42 -
YUV 87 162.99 162.95 -
System Red Green Blue C M Y K H S L
Decimal 136 50 149 0.09 0.66 0 0.42 292.12 0.5 0.39
Hex 88 32 95 9 42 0 2A 124 32 27
Octal 210 62 225 11 102 0 52 444 62 47
Binary 10001000 110010 10010101 1001 1000010 0 101010 100100100 110010 100111

Color Harmonies of #883295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883295

Black with #883295

Text Example


Text Example

White with #883295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883295; }

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

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

background-color css

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

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

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

border-color css

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

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

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