Html Css Color HEX #883385 Vivid Violet

📋 copy color: '#883385'

red 136 ◦ green 51 ◦ blue 133

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

Shades of Vivid Violet #883385

Tints of Vivid Violet #883385

RGB

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

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

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

R = 42.5%
G = 15.94%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#883385 (or 0x883385) is known color: Vivid Violet. HEX triplet: 88, 33 and 85. RGB value is (136,51,133). Sum of RGB (Red+Green+Blue) = 136+51+133=320 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.5% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 136 - color contains mainly: red. Hex color #883385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883385 is #77CC7A. Grayscale: #555555. Windows color (decimal): -7851131 or 8729480. OLE color: 8729480.

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

Color convert

RGB 136 51 133 -
CMYK 0 0.62 0.02 0.47
HSL 302.12º 0.45% 0.37% -
HSV(B) 302.12º 0.63% 0.53% -
XYZ 15.57 9.3 23.16 -
YUV 85.76 154.66 163.83 -
System Red Green Blue C M Y K H S L
Decimal 136 51 133 0 0.62 0.02 0.47 302.12 0.45 0.37
Hex 88 33 85 0 3E 2 2F 12E 2D 25
Octal 210 63 205 0 76 2 57 456 55 45
Binary 10001000 110011 10000101 0 111110 10 101111 100101110 101101 100101

Color Harmonies of #883385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883385

Black with #883385

Text Example


Text Example

White with #883385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883385; }

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

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

background-color css

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

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

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

border-color css

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

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

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