Html Css Color HEX #883188 Vivid Violet

📋 copy color: '#883188'

red 136 ◦ green 49 ◦ blue 136

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

Shades of Vivid Violet #883188

Tints of Vivid Violet #883188

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.26%

 BLUE value IS 136 (53.52% from 255) = 42.37%

R = 42.37%
G = 15.26%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#883188 (or 0x883188) is known color: Vivid Violet. HEX triplet: 88, 31 and 88. RGB value is (136,49,136). Sum of RGB (Red+Green+Blue) = 136+49+136=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 136 (53.52% from 255 or 42.37% from 321); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #883188 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883188 is #77CE77. Grayscale: #545454. Windows color (decimal): -7851640 or 8925576. OLE color: 8925576.

HSL color Cylindrical-coordinate representation of color #883188: hue angle of 300º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #883188 is Cyan = 0, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 49 136 -
CMYK 0 0.64 0 0.47
HSL 300º 0.47% 0.36% -
HSV(B) 300º 0.64% 0.53% -
XYZ 15.7 9.21 24.24 -
YUV 84.93 156.82 164.43 -
System Red Green Blue C M Y K H S L
Decimal 136 49 136 0 0.64 0 0.47 300 0.47 0.36
Hex 88 31 88 0 40 0 2F 12C 2F 24
Octal 210 61 210 0 100 0 57 454 57 44
Binary 10001000 110001 10001000 0 1000000 0 101111 100101100 101111 100100

Color Harmonies of #883188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883188

Black with #883188

Text Example


Text Example

White with #883188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883188; }

 p { color: rgb(136,49,136); }

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

background-color css

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

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

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

border-color css

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

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

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