Html Css Color HEX #882395 Vivid Violet

📋 copy color: '#882395'

red 136 ◦ green 35 ◦ blue 149

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

Shades of Vivid Violet #882395

Tints of Vivid Violet #882395

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.94%

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

R = 42.5%
G = 10.94%
B = 46.56%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#882395 (or 0x882395) is known color: Vivid Violet. HEX triplet: 88, 23 and 95. RGB value is (136,35,149). Sum of RGB (Red+Green+Blue) = 136+35+149=320 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.5% from 320); Green value is 35 (14.06% from 255 or 10.94% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 149 - color contains mainly: blue. Hex color #882395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882395 is #77DC6A. Grayscale: #4D4D4D. Windows color (decimal): -7855211 or 9773960. OLE color: 9773960.

HSL color Cylindrical-coordinate representation of color #882395: hue angle of 293.16º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #882395 is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 35 149 -
CMYK 0.09 0.77 0 0.42
HSL 293.16º 0.62% 0.36% -
HSV(B) 293.16º 0.77% 0.58% -
XYZ 16.18 8.61 29.24 -
YUV 78.2 167.96 169.23 -
System Red Green Blue C M Y K H S L
Decimal 136 35 149 0.09 0.77 0 0.42 293.16 0.62 0.36
Hex 88 23 95 9 4D 0 2A 125 3E 24
Octal 210 43 225 11 115 0 52 445 76 44
Binary 10001000 100011 10010101 1001 1001101 0 101010 100100101 111110 100100

Color Harmonies of #882395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882395

Black with #882395

Text Example


Text Example

White with #882395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882395; }

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

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

background-color css

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

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

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

border-color css

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

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

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