Html Css Color HEX #883495 Vivid Violet

📋 copy color: '#883495'

red 136 ◦ green 52 ◦ blue 149

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

Shades of Vivid Violet #883495

Tints of Vivid Violet #883495

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.43%

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

R = 40.36%
G = 15.43%
B = 44.21%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#883495 (or 0x883495) is known color: Vivid Violet. HEX triplet: 88, 34 and 95. RGB value is (136,52,149). Sum of RGB (Red+Green+Blue) = 136+52+149=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 149 - color contains mainly: blue. Hex color #883495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883495 is #77CB6A. Grayscale: #575757. Windows color (decimal): -7850859 or 9778312. OLE color: 9778312.

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

Color convert

RGB 136 52 149 -
CMYK 0.09 0.65 0 0.42
HSL 291.96º 0.48% 0.39% -
HSV(B) 291.96º 0.65% 0.58% -
XYZ 16.81 9.86 29.45 -
YUV 88.17 162.33 162.11 -
System Red Green Blue C M Y K H S L
Decimal 136 52 149 0.09 0.65 0 0.42 291.96 0.48 0.39
Hex 88 34 95 9 41 0 2A 124 30 27
Octal 210 64 225 11 101 0 52 444 60 47
Binary 10001000 110100 10010101 1001 1000001 0 101010 100100100 110000 100111

Color Harmonies of #883495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883495

Black with #883495

Text Example


Text Example

White with #883495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883495; }

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

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

background-color css

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

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

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

border-color css

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

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

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