Html Css Color HEX #850E69 Dark Purple

📋 copy color: '#850E69'

red 133 ◦ green 14 ◦ blue 105

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

Shades of Dark Purple #850E69

Tints of Dark Purple #850E69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 41.67%

R = 52.78%
G = 5.56%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#850E69 (or 0x850E69) is known color: Dark Purple. HEX triplet: 85, 0E and 69. RGB value is (133,14,105). Sum of RGB (Red+Green+Blue) = 133+14+105=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 14 (5.86% from 255 or 5.56% from 252); Blue value is 105 (41.41% from 255 or 41.67% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #850E69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850E69 is #7AF196. Grayscale: #3B3B3B. Windows color (decimal): -8057239 or 6884997. OLE color: 6884997.

HSL color Cylindrical-coordinate representation of color #850E69: hue angle of 314.12º 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 #850E69 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 14 105 -
CMYK 0 0.89 0.21 0.48
HSL 314.12º 0.81% 0.29% -
HSV(B) 314.12º 0.89% 0.52% -
XYZ 12.38 6.32 13.93 -
YUV 59.96 153.42 180.1 -
System Red Green Blue C M Y K H S L
Decimal 133 14 105 0 0.89 0.21 0.48 314.12 0.81 0.29
Hex 85 E 69 0 59 15 30 13A 51 1D
Octal 205 16 151 0 131 25 60 472 121 35
Binary 10000101 1110 1101001 0 1011001 10101 110000 100111010 1010001 11101

Color Harmonies of #850E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850E69

Black with #850E69

Text Example


Text Example

White with #850E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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