Html Css Color HEX #850B7D Purple

📋 copy color: '#850B7D'

red 133 ◦ green 11 ◦ blue 125

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

Shades of Purple #850B7D

Tints of Purple #850B7D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.09%

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

R = 49.44%
G = 4.09%
B = 46.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#850B7D (or 0x850B7D) is known color: Purple. HEX triplet: 85, 0B and 7D. RGB value is (133,11,125). Sum of RGB (Red+Green+Blue) = 133+11+125=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 125 (49.22% from 255 or 46.47% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #850B7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850B7D is #7AF482. Grayscale: #3C3C3C. Windows color (decimal): -8057987 or 8194949. OLE color: 8194949.

HSL color Cylindrical-coordinate representation of color #850B7D: hue angle of 303.93º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #850B7D is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 11 125 -
CMYK 0 0.92 0.06 0.48
HSL 303.93º 0.85% 0.28% -
HSV(B) 303.93º 0.92% 0.52% -
XYZ 13.49 6.71 19.99 -
YUV 60.47 164.42 179.73 -
System Red Green Blue C M Y K H S L
Decimal 133 11 125 0 0.92 0.06 0.48 303.93 0.85 0.28
Hex 85 B 7D 0 5C 6 30 130 55 1C
Octal 205 13 175 0 134 6 60 460 125 34
Binary 10000101 1011 1111101 0 1011100 110 110000 100110000 1010101 11100

Color Harmonies of #850B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850B7D

Black with #850B7D

Text Example


Text Example

White with #850B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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