Html Css Color HEX #883185 Vivid Violet

📋 copy color: '#883185'

red 136 ◦ green 49 ◦ blue 133

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

Shades of Vivid Violet #883185

Tints of Vivid Violet #883185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.82%

R = 42.77%
G = 15.41%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#883185 (or 0x883185) is known color: Vivid Violet. HEX triplet: 88, 31 and 85. RGB value is (136,49,133). Sum of RGB (Red+Green+Blue) = 136+49+133=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 136 - color contains mainly: red. Hex color #883185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883185 is #77CE7A. Grayscale: #545454. Windows color (decimal): -7851643 or 8728968. OLE color: 8728968.

HSL color Cylindrical-coordinate representation of color #883185: hue angle of 302.07º 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 #883185 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 49 133 -
CMYK 0 0.64 0.02 0.47
HSL 302.07º 0.47% 0.36% -
HSV(B) 302.07º 0.64% 0.53% -
XYZ 15.49 9.12 23.14 -
YUV 84.59 155.32 164.67 -
System Red Green Blue C M Y K H S L
Decimal 136 49 133 0 0.64 0.02 0.47 302.07 0.47 0.36
Hex 88 31 85 0 40 2 2F 12E 2F 24
Octal 210 61 205 0 100 2 57 456 57 44
Binary 10001000 110001 10000101 0 1000000 10 101111 100101110 101111 100100

Color Harmonies of #883185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883185

Black with #883185

Text Example


Text Example

White with #883185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883185; }

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

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

background-color css

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

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

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

border-color css

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

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

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