Html Css Color HEX #882590 Vivid Violet

📋 copy color: '#882590'

red 136 ◦ green 37 ◦ blue 144

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

Shades of Vivid Violet #882590

Tints of Vivid Violet #882590

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.67%

 BLUE value IS 144 (56.64% from 255) = 45.43%

R = 42.9%
G = 11.67%
B = 45.43%

CMYK

 C value IS 0.06

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#882590 (or 0x882590) is known color: Vivid Violet. HEX triplet: 88, 25 and 90. RGB value is (136,37,144). Sum of RGB (Red+Green+Blue) = 136+37+144=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 144 - color contains mainly: blue. Hex color #882590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882590 is #77DA6F. Grayscale: #4E4E4E. Windows color (decimal): -7854704 or 9446792. OLE color: 9446792.

HSL color Cylindrical-coordinate representation of color #882590: hue angle of 295.51º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #882590 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 136 37 144 -
CMYK 0.06 0.74 0 0.44
HSL 295.51º 0.59% 0.35% -
HSV(B) 295.51º 0.74% 0.56% -
XYZ 15.85 8.57 27.2 -
YUV 78.8 164.8 168.8 -
System Red Green Blue C M Y K H S L
Decimal 136 37 144 0.06 0.74 0 0.44 295.51 0.59 0.35
Hex 88 25 90 6 4A 0 2C 128 3B 23
Octal 210 45 220 6 112 0 54 450 73 43
Binary 10001000 100101 10010000 110 1001010 0 101100 100101000 111011 100011

Color Harmonies of #882590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882590

Black with #882590

Text Example


Text Example

White with #882590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882590; }

 p { color: rgb(136,37,144); }

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

background-color css

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

 a { background-color: rgb(136,37,144); }

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

border-color css

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

 span { border-color: rgb(136,37,144); }

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