Html Css Color HEX #850844 Tyrian Purple

📋 copy color: '#850844'

red 133 ◦ green 8 ◦ blue 68

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

Shades of Tyrian Purple #850844

Tints of Tyrian Purple #850844

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.83%

 BLUE value IS 68 (26.95% from 255) = 32.54%

R = 63.64%
G = 3.83%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.49

 K value IS 0.48

RGB Variations

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

Color information

#850844 (or 0x850844) is known color: Tyrian Purple. HEX triplet: 85, 08 and 44. RGB value is (133,8,68). Sum of RGB (Red+Green+Blue) = 133+8+68=209 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.64% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 68 (26.95% from 255 or 32.54% from 209); Max value from RGB is 133 - color contains mainly: red. Hex color #850844 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850844 is #7AF7BB. Grayscale: #343434. Windows color (decimal): -8058812 or 4458629. OLE color: 4458629.

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

Color convert

RGB 133 8 68 -
CMYK 0 0.94 0.49 0.48
HSL 331.2º 0.89% 0.28% -
HSV(B) 331.2º 0.94% 0.52% -
XYZ 10.8 5.58 5.98 -
YUV 52.22 136.91 185.62 -
System Red Green Blue C M Y K H S L
Decimal 133 8 68 0 0.94 0.49 0.48 331.2 0.89 0.28
Hex 85 8 44 0 5E 31 30 14B 59 1C
Octal 205 10 104 0 136 61 60 513 131 34
Binary 10000101 1000 1000100 0 1011110 110001 110000 101001011 1011001 11100

Color Harmonies of #850844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850844

Black with #850844

Text Example


Text Example

White with #850844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850844; }

 p { color: rgb(133,8,68); }

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

background-color css

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

 a { background-color: rgb(133,8,68); }

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

border-color css

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

 span { border-color: rgb(133,8,68); }

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