Html Css Color HEX #843288 Vivid Violet

📋 copy color: '#843288'

red 132 ◦ green 50 ◦ blue 136

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

Shades of Vivid Violet #843288

Tints of Vivid Violet #843288

RGB

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

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

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

R = 41.51%
G = 15.72%
B = 42.77%

CMYK

 C value IS 0.03

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#843288 (or 0x843288) is known color: Vivid Violet. HEX triplet: 84, 32 and 88. RGB value is (132,50,136). Sum of RGB (Red+Green+Blue) = 132+50+136=318 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.51% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 136 - color contains mainly: blue. Hex color #843288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843288 is #7BCD77. Grayscale: #545454. Windows color (decimal): -8113528 or 8925828. OLE color: 8925828.

HSL color Cylindrical-coordinate representation of color #843288: hue angle of 297.21º 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 #843288 is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 132 50 136 -
CMYK 0.03 0.63 0 0.47
HSL 297.21º 0.46% 0.36% -
HSV(B) 297.21º 0.63% 0.53% -
XYZ 15.1 8.96 24.23 -
YUV 84.32 157.17 162.01 -
System Red Green Blue C M Y K H S L
Decimal 132 50 136 0.03 0.63 0 0.47 297.21 0.46 0.36
Hex 84 32 88 3 3F 0 2F 129 2E 24
Octal 204 62 210 3 77 0 57 451 56 44
Binary 10000100 110010 10001000 11 111111 0 101111 100101001 101110 100100

Color Harmonies of #843288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843288

Black with #843288

Text Example


Text Example

White with #843288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843288; }

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

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

background-color css

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

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

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

border-color css

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

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

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