Html Css Color HEX #850978 Purple

📋 copy color: '#850978'

red 133 ◦ green 9 ◦ blue 120

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

Shades of Purple #850978

Tints of Purple #850978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 45.8%

R = 50.76%
G = 3.44%
B = 45.8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#850978 (or 0x850978) is known color: Purple. HEX triplet: 85, 09 and 78. RGB value is (133,9,120). Sum of RGB (Red+Green+Blue) = 133+9+120=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 120 (47.27% from 255 or 45.80% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #850978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850978 is #7AF687. Grayscale: #3A3A3A. Windows color (decimal): -8058504 or 7866757. OLE color: 7866757.

HSL color Cylindrical-coordinate representation of color #850978: hue angle of 306.29º 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 #850978 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 9 120 -
CMYK 0 0.93 0.10 0.48
HSL 306.29º 0.87% 0.28% -
HSV(B) 306.29º 0.93% 0.52% -
XYZ 13.16 6.54 18.34 -
YUV 58.73 162.58 180.97 -
System Red Green Blue C M Y K H S L
Decimal 133 9 120 0 0.93 0.10 0.48 306.29 0.87 0.28
Hex 85 9 78 0 5D A 30 132 57 1C
Octal 205 11 170 0 135 12 60 462 127 34
Binary 10000101 1001 1111000 0 1011101 1010 110000 100110010 1010111 11100

Color Harmonies of #850978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850978

Black with #850978

Text Example


Text Example

White with #850978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850978; }

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

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

background-color css

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

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

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

border-color css

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

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

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