Html Css Color HEX #850B7B Purple

📋 copy color: '#850B7B'

red 133 ◦ green 11 ◦ blue 123

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

Shades of Purple #850B7B

Tints of Purple #850B7B

RGB

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

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

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

R = 49.81%
G = 4.12%
B = 46.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#850B7B (or 0x850B7B) is known color: Purple. HEX triplet: 85, 0B and 7B. RGB value is (133,11,123). Sum of RGB (Red+Green+Blue) = 133+11+123=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 11 (4.69% from 255 or 4.12% from 267); Blue value is 123 (48.44% from 255 or 46.07% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #850B7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850B7B is #7AF484. Grayscale: #3B3B3B. Windows color (decimal): -8057989 or 8063877. OLE color: 8063877.

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

Color convert

RGB 133 11 123 -
CMYK 0 0.92 0.08 0.48
HSL 304.92º 0.85% 0.28% -
HSV(B) 304.92º 0.92% 0.52% -
XYZ 13.37 6.66 19.32 -
YUV 60.25 163.42 179.89 -
System Red Green Blue C M Y K H S L
Decimal 133 11 123 0 0.92 0.08 0.48 304.92 0.85 0.28
Hex 85 B 7B 0 5C 8 30 131 55 1C
Octal 205 13 173 0 134 10 60 461 125 34
Binary 10000101 1011 1111011 0 1011100 1000 110000 100110001 1010101 11100

Color Harmonies of #850B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850B7B

Black with #850B7B

Text Example


Text Example

White with #850B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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