Html Css Color HEX #850E68 Dark Purple

📋 copy color: '#850E68'

red 133 ◦ green 14 ◦ blue 104

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

Shades of Dark Purple #850E68

Tints of Dark Purple #850E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 41.43%

R = 52.99%
G = 5.58%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#850E68 (or 0x850E68) is known color: Dark Purple. HEX triplet: 85, 0E and 68. RGB value is (133,14,104). Sum of RGB (Red+Green+Blue) = 133+14+104=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 104 (41.02% from 255 or 41.43% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #850E68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850E68 is #7AF197. Grayscale: #3B3B3B. Windows color (decimal): -8057240 or 6819461. OLE color: 6819461.

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

Color convert

RGB 133 14 104 -
CMYK 0 0.89 0.22 0.48
HSL 314.62º 0.81% 0.29% -
HSV(B) 314.62º 0.89% 0.52% -
XYZ 12.33 6.3 13.66 -
YUV 59.84 152.92 180.18 -
System Red Green Blue C M Y K H S L
Decimal 133 14 104 0 0.89 0.22 0.48 314.62 0.81 0.29
Hex 85 E 68 0 59 16 30 13B 51 1D
Octal 205 16 150 0 131 26 60 473 121 35
Binary 10000101 1110 1101000 0 1011001 10110 110000 100111011 1010001 11101

Color Harmonies of #850E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850E68

Black with #850E68

Text Example


Text Example

White with #850E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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