Html Css Color HEX #850983 Purple

📋 copy color: '#850983'

red 133 ◦ green 9 ◦ blue 131

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

Shades of Purple #850983

Tints of Purple #850983

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.3%

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

R = 48.72%
G = 3.3%
B = 47.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#850983 (or 0x850983) is known color: Purple. HEX triplet: 85, 09 and 83. RGB value is (133,9,131). Sum of RGB (Red+Green+Blue) = 133+9+131=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 131 (51.56% from 255 or 47.99% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #850983 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850983 is #7AF67C. Grayscale: #3B3B3B. Windows color (decimal): -8058493 or 8587653. OLE color: 8587653.

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

Color convert

RGB 133 9 131 -
CMYK 0 0.93 0.02 0.48
HSL 300.97º 0.87% 0.28% -
HSV(B) 300.97º 0.93% 0.52% -
XYZ 13.87 6.82 22.06 -
YUV 59.98 168.08 180.08 -
System Red Green Blue C M Y K H S L
Decimal 133 9 131 0 0.93 0.02 0.48 300.97 0.87 0.28
Hex 85 9 83 0 5D 2 30 12D 57 1C
Octal 205 11 203 0 135 2 60 455 127 34
Binary 10000101 1001 10000011 0 1011101 10 110000 100101101 1010111 11100

Color Harmonies of #850983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850983

Black with #850983

Text Example


Text Example

White with #850983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850983; }

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

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

background-color css

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

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

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

border-color css

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

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

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