Html Css Color HEX #850D7D Purple

📋 copy color: '#850D7D'

red 133 ◦ green 13 ◦ blue 125

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

Shades of Purple #850D7D

Tints of Purple #850D7D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.8%

 BLUE value IS 125 (49.22% from 255) = 46.13%

R = 49.08%
G = 4.8%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#850D7D (or 0x850D7D) is known color: Purple. HEX triplet: 85, 0D and 7D. RGB value is (133,13,125). Sum of RGB (Red+Green+Blue) = 133+13+125=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 13 (5.47% from 255 or 4.80% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #850D7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850D7D is #7AF282. Grayscale: #3D3D3D. Windows color (decimal): -8057475 or 8195461. OLE color: 8195461.

HSL color Cylindrical-coordinate representation of color #850D7D: hue angle of 304º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #850D7D is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 13 125 -
CMYK 0 0.90 0.06 0.48
HSL 304º 0.82% 0.29% -
HSV(B) 304º 0.9% 0.52% -
XYZ 13.52 6.76 19.99 -
YUV 61.65 163.76 178.89 -
System Red Green Blue C M Y K H S L
Decimal 133 13 125 0 0.90 0.06 0.48 304 0.82 0.29
Hex 85 D 7D 0 5A 6 30 130 52 1D
Octal 205 15 175 0 132 6 60 460 122 35
Binary 10000101 1101 1111101 0 1011010 110 110000 100110000 1010010 11101

Color Harmonies of #850D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850D7D

Black with #850D7D

Text Example


Text Example

White with #850D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,13,125); }

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

background-color css

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

 a { background-color: rgb(133,13,125); }

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

border-color css

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

 span { border-color: rgb(133,13,125); }

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