Html Css Color HEX #883396 Vivid Violet

📋 copy color: '#883396'

red 136 ◦ green 51 ◦ blue 150

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

Shades of Vivid Violet #883396

Tints of Vivid Violet #883396

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.13%

 BLUE value IS 150 (58.98% from 255) = 44.51%

R = 40.36%
G = 15.13%
B = 44.51%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#883396 (or 0x883396) is known color: Vivid Violet. HEX triplet: 88, 33 and 96. RGB value is (136,51,150). Sum of RGB (Red+Green+Blue) = 136+51+150=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 150 - color contains mainly: blue. Hex color #883396 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883396 is #77CC69. Grayscale: #575757. Windows color (decimal): -7851114 or 9843592. OLE color: 9843592.

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

Color convert

RGB 136 51 150 -
CMYK 0.09 0.66 0 0.41
HSL 291.52º 0.49% 0.39% -
HSV(B) 291.52º 0.66% 0.59% -
XYZ 16.84 9.8 29.86 -
YUV 87.7 163.16 162.45 -
System Red Green Blue C M Y K H S L
Decimal 136 51 150 0.09 0.66 0 0.41 291.52 0.49 0.39
Hex 88 33 96 9 42 0 29 124 31 27
Octal 210 63 226 11 102 0 51 444 61 47
Binary 10001000 110011 10010110 1001 1000010 0 101001 100100100 110001 100111

Color Harmonies of #883396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883396

Black with #883396

Text Example


Text Example

White with #883396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883396; }

 p { color: rgb(136,51,150); }

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

background-color css

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

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

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

border-color css

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

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

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