Html Css Color HEX #883291 Vivid Violet

📋 copy color: '#883291'

red 136 ◦ green 50 ◦ blue 145

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

Shades of Vivid Violet #883291

Tints of Vivid Violet #883291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 43.81%

R = 41.09%
G = 15.11%
B = 43.81%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#883291 (or 0x883291) is known color: Vivid Violet. HEX triplet: 88, 32 and 91. RGB value is (136,50,145). Sum of RGB (Red+Green+Blue) = 136+50+145=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 145 (57.03% from 255 or 43.81% from 331); Max value from RGB is 145 - color contains mainly: blue. Hex color #883291 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883291 is #77CD6E. Grayscale: #565656. Windows color (decimal): -7851375 or 9515656. OLE color: 9515656.

HSL color Cylindrical-coordinate representation of color #883291: hue angle of 294.32º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #883291 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 136 50 145 -
CMYK 0.06 0.66 0 0.43
HSL 294.32º 0.49% 0.38% -
HSV(B) 294.32º 0.66% 0.57% -
XYZ 16.4 9.56 27.77 -
YUV 86.54 160.99 163.28 -
System Red Green Blue C M Y K H S L
Decimal 136 50 145 0.06 0.66 0 0.43 294.32 0.49 0.38
Hex 88 32 91 6 42 0 2B 126 31 26
Octal 210 62 221 6 102 0 53 446 61 46
Binary 10001000 110010 10010001 110 1000010 0 101011 100100110 110001 100110

Color Harmonies of #883291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883291

Black with #883291

Text Example


Text Example

White with #883291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883291; }

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

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

background-color css

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

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

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

border-color css

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

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

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