Html Css Color HEX #842888 Vivid Violet

📋 copy color: '#842888'

red 132 ◦ green 40 ◦ blue 136

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

Shades of Vivid Violet #842888

Tints of Vivid Violet #842888

RGB

 RED value IS 132 (51.95% from 255) = 42.86%

 GREEN value IS 40 (16.02% from 255) = 12.99%

 BLUE value IS 136 (53.52% from 255) = 44.16%

R = 42.86%
G = 12.99%
B = 44.16%

CMYK

 C value IS 0.03

 M value IS 0.71

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#842888 (or 0x842888) is known color: Vivid Violet. HEX triplet: 84, 28 and 88. RGB value is (132,40,136). Sum of RGB (Red+Green+Blue) = 132+40+136=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 136 (53.52% from 255 or 44.16% from 308); Max value from RGB is 136 - color contains mainly: blue. Hex color #842888 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842888 is #7BD777. Grayscale: #4E4E4E. Windows color (decimal): -8116088 or 8923268. OLE color: 8923268.

HSL color Cylindrical-coordinate representation of color #842888: hue angle of 297.5º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #842888 is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 132 40 136 -
CMYK 0.03 0.71 0 0.47
HSL 297.5º 0.55% 0.35% -
HSV(B) 297.5º 0.71% 0.53% -
XYZ 14.72 8.2 24.1 -
YUV 78.45 160.48 166.19 -
System Red Green Blue C M Y K H S L
Decimal 132 40 136 0.03 0.71 0 0.47 297.5 0.55 0.35
Hex 84 28 88 3 47 0 2F 12A 37 23
Octal 204 50 210 3 107 0 57 452 67 43
Binary 10000100 101000 10001000 11 1000111 0 101111 100101010 110111 100011

Color Harmonies of #842888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842888

Black with #842888

Text Example


Text Example

White with #842888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842888; }

 p { color: rgb(132,40,136); }

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

background-color css

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

 a { background-color: rgb(132,40,136); }

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

border-color css

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

 span { border-color: rgb(132,40,136); }

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