Html Css Color HEX #883285 Vivid Violet

📋 copy color: '#883285'

red 136 ◦ green 50 ◦ blue 133

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

Shades of Vivid Violet #883285

Tints of Vivid Violet #883285

RGB

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

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

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

R = 42.63%
G = 15.67%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#883285 (or 0x883285) is known color: Vivid Violet. HEX triplet: 88, 32 and 85. RGB value is (136,50,133). Sum of RGB (Red+Green+Blue) = 136+50+133=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #883285 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883285 is #77CD7A. Grayscale: #545454. Windows color (decimal): -7851387 or 8729224. OLE color: 8729224.

HSL color Cylindrical-coordinate representation of color #883285: hue angle of 302.09º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #883285 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 50 133 -
CMYK 0 0.63 0.02 0.47
HSL 302.09º 0.46% 0.36% -
HSV(B) 302.09º 0.63% 0.53% -
XYZ 15.53 9.21 23.15 -
YUV 85.18 154.99 164.25 -
System Red Green Blue C M Y K H S L
Decimal 136 50 133 0 0.63 0.02 0.47 302.09 0.46 0.36
Hex 88 32 85 0 3F 2 2F 12E 2E 24
Octal 210 62 205 0 77 2 57 456 56 44
Binary 10001000 110010 10000101 0 111111 10 101111 100101110 101110 100100

Color Harmonies of #883285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883285

Black with #883285

Text Example


Text Example

White with #883285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883285; }

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

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

background-color css

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

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

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

border-color css

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

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

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