Html Css Color HEX #844281 Vivid Violet

📋 copy color: '#844281'

red 132 ◦ green 66 ◦ blue 129

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

Shades of Vivid Violet #844281

Tints of Vivid Violet #844281

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.18%

 BLUE value IS 129 (50.78% from 255) = 39.45%

R = 40.37%
G = 20.18%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#844281 (or 0x844281) is known color: Vivid Violet. HEX triplet: 84, 42 and 81. RGB value is (132,66,129). Sum of RGB (Red+Green+Blue) = 132+66+129=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 129 (50.78% from 255 or 39.45% from 327); Max value from RGB is 132 - color contains mainly: red. Hex color #844281 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844281 is #7BBD7E. Grayscale: #5C5C5C. Windows color (decimal): -8109439 or 8471172. OLE color: 8471172.

HSL color Cylindrical-coordinate representation of color #844281: hue angle of 302.73º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #844281 is Cyan = 0, Magento = 0.5, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 66 129 -
CMYK 0 0.5 0.02 0.48
HSL 302.73º 0.33% 0.39% -
HSV(B) 302.73º 0.5% 0.52% -
XYZ 15.43 10.39 21.96 -
YUV 92.92 148.37 155.88 -
System Red Green Blue C M Y K H S L
Decimal 132 66 129 0 0.5 0.02 0.48 302.73 0.33 0.39
Hex 84 42 81 0 32 2 30 12F 21 27
Octal 204 102 201 0 62 2 60 457 41 47
Binary 10000100 1000010 10000001 0 110010 10 110000 100101111 100001 100111

Color Harmonies of #844281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844281

Black with #844281

Text Example


Text Example

White with #844281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844281; }

 p { color: rgb(132,66,129); }

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

background-color css

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

 a { background-color: rgb(132,66,129); }

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

border-color css

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

 span { border-color: rgb(132,66,129); }

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