Html Css Color HEX #851283 Purple

📋 copy color: '#851283'

red 133 ◦ green 18 ◦ blue 131

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

Shades of Purple #851283

Tints of Purple #851283

RGB

 RED value IS 133 (52.34% from 255) = 47.16%

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

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

R = 47.16%
G = 6.38%
B = 46.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#851283 (or 0x851283) is known color: Purple. HEX triplet: 85, 12 and 83. RGB value is (133,18,131). Sum of RGB (Red+Green+Blue) = 133+18+131=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 131 (51.56% from 255 or 46.45% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #851283 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851283 is #7AED7C. Grayscale: #404040. Windows color (decimal): -8056189 or 8589957. OLE color: 8589957.

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

Color convert

RGB 133 18 131 -
CMYK 0 0.86 0.02 0.48
HSL 301.04º 0.76% 0.3% -
HSV(B) 301.04º 0.86% 0.52% -
XYZ 13.99 7.06 22.1 -
YUV 65.27 165.1 176.31 -
System Red Green Blue C M Y K H S L
Decimal 133 18 131 0 0.86 0.02 0.48 301.04 0.76 0.3
Hex 85 12 83 0 56 2 30 12D 4C 1E
Octal 205 22 203 0 126 2 60 455 114 36
Binary 10000101 10010 10000011 0 1010110 10 110000 100101101 1001100 11110

Color Harmonies of #851283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851283

Black with #851283

Text Example


Text Example

White with #851283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851283; }

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

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

background-color css

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

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

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

border-color css

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

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

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