Html Css Color HEX #850E7B Purple

📋 copy color: '#850E7B'

red 133 ◦ green 14 ◦ blue 123

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

Shades of Purple #850E7B

Tints of Purple #850E7B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.19%

 BLUE value IS 123 (48.44% from 255) = 45.56%

R = 49.26%
G = 5.19%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#850E7B (or 0x850E7B) is known color: Purple. HEX triplet: 85, 0E and 7B. RGB value is (133,14,123). Sum of RGB (Red+Green+Blue) = 133+14+123=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #850E7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850E7B is #7AF184. Grayscale: #3D3D3D. Windows color (decimal): -8057221 or 8064645. OLE color: 8064645.

HSL color Cylindrical-coordinate representation of color #850E7B: hue angle of 305.04º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #850E7B is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 14 123 -
CMYK 0 0.89 0.08 0.48
HSL 305.04º 0.81% 0.29% -
HSV(B) 305.04º 0.89% 0.52% -
XYZ 13.41 6.73 19.33 -
YUV 62.01 162.42 178.64 -
System Red Green Blue C M Y K H S L
Decimal 133 14 123 0 0.89 0.08 0.48 305.04 0.81 0.29
Hex 85 E 7B 0 59 8 30 131 51 1D
Octal 205 16 173 0 131 10 60 461 121 35
Binary 10000101 1110 1111011 0 1011001 1000 110000 100110001 1010001 11101

Color Harmonies of #850E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850E7B

Black with #850E7B

Text Example


Text Example

White with #850E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850E7B; }

 p { color: rgb(133,14,123); }

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

background-color css

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

 a { background-color: rgb(133,14,123); }

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

border-color css

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

 span { border-color: rgb(133,14,123); }

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