Html Css Color HEX #841283 Purple

📋 copy color: '#841283'

red 132 ◦ green 18 ◦ blue 131

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

Shades of Purple #841283

Tints of Purple #841283

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.41%

 BLUE value IS 131 (51.56% from 255) = 46.62%

R = 46.98%
G = 6.41%
B = 46.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#841283 (or 0x841283) is known color: Purple. HEX triplet: 84, 12 and 83. RGB value is (132,18,131). Sum of RGB (Red+Green+Blue) = 132+18+131=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 131 (51.56% from 255 or 46.62% from 281); Max value from RGB is 132 - color contains mainly: red. Hex color #841283 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841283 is #7BED7C. Grayscale: #404040. Windows color (decimal): -8121725 or 8589956. OLE color: 8589956.

HSL color Cylindrical-coordinate representation of color #841283: hue angle of 300.53º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841283 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 18 131 -
CMYK 0 0.86 0.01 0.48
HSL 300.53º 0.76% 0.29% -
HSV(B) 300.53º 0.86% 0.52% -
XYZ 13.83 6.98 22.09 -
YUV 64.97 165.27 175.81 -
System Red Green Blue C M Y K H S L
Decimal 132 18 131 0 0.86 0.01 0.48 300.53 0.76 0.29
Hex 84 12 83 0 56 1 30 12D 4C 1D
Octal 204 22 203 0 126 1 60 455 114 35
Binary 10000100 10010 10000011 0 1010110 1 110000 100101101 1001100 11101

Color Harmonies of #841283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841283

Black with #841283

Text Example


Text Example

White with #841283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841283; }

 p { color: rgb(132,18,131); }

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

background-color css

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

 a { background-color: rgb(132,18,131); }

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

border-color css

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

 span { border-color: rgb(132,18,131); }

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