Html Css Color HEX #883C95 Vivid Violet

📋 copy color: '#883C95'

red 136 ◦ green 60 ◦ blue 149

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

Shades of Vivid Violet #883C95

Tints of Vivid Violet #883C95

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.39%

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

R = 39.42%
G = 17.39%
B = 43.19%

CMYK

 C value IS 0.09

 M value IS 0.60

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#883C95 (or 0x883C95) is known color: Vivid Violet. HEX triplet: 88, 3C and 95. RGB value is (136,60,149). Sum of RGB (Red+Green+Blue) = 136+60+149=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 149 - color contains mainly: blue. Hex color #883C95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883C95 is #77C36A. Grayscale: #5C5C5C. Windows color (decimal): -7848811 or 9780360. OLE color: 9780360.

HSL color Cylindrical-coordinate representation of color #883C95: hue angle of 291.24º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #883C95 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 60 149 -
CMYK 0.09 0.60 0 0.42
HSL 291.24º 0.43% 0.41% -
HSV(B) 291.24º 0.6% 0.58% -
XYZ 17.19 10.64 29.58 -
YUV 92.87 159.68 158.76 -
System Red Green Blue C M Y K H S L
Decimal 136 60 149 0.09 0.60 0 0.42 291.24 0.43 0.41
Hex 88 3C 95 9 3C 0 2A 123 2B 29
Octal 210 74 225 11 74 0 52 443 53 51
Binary 10001000 111100 10010101 1001 111100 0 101010 100100011 101011 101001

Color Harmonies of #883C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883C95

Black with #883C95

Text Example


Text Example

White with #883C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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