Html Css Color HEX #883390 Vivid Violet

📋 copy color: '#883390'

red 136 ◦ green 51 ◦ blue 144

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

Shades of Vivid Violet #883390

Tints of Vivid Violet #883390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.5%

R = 41.09%
G = 15.41%
B = 43.5%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#883390 (or 0x883390) is known color: Vivid Violet. HEX triplet: 88, 33 and 90. RGB value is (136,51,144). Sum of RGB (Red+Green+Blue) = 136+51+144=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 144 - color contains mainly: blue. Hex color #883390 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883390 is #77CC6F. Grayscale: #565656. Windows color (decimal): -7851120 or 9450376. OLE color: 9450376.

HSL color Cylindrical-coordinate representation of color #883390: hue angle of 294.84º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #883390 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 136 51 144 -
CMYK 0.06 0.65 0 0.44
HSL 294.84º 0.48% 0.38% -
HSV(B) 294.84º 0.65% 0.56% -
XYZ 16.37 9.62 27.38 -
YUV 87.02 160.16 162.94 -
System Red Green Blue C M Y K H S L
Decimal 136 51 144 0.06 0.65 0 0.44 294.84 0.48 0.38
Hex 88 33 90 6 41 0 2C 127 30 26
Octal 210 63 220 6 101 0 54 447 60 46
Binary 10001000 110011 10010000 110 1000001 0 101100 100100111 110000 100110

Color Harmonies of #883390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883390

Black with #883390

Text Example


Text Example

White with #883390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883390; }

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

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

background-color css

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

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

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

border-color css

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

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

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