Html Css Color HEX #850C83 Purple

📋 copy color: '#850C83'

red 133 ◦ green 12 ◦ blue 131

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

Shades of Purple #850C83

Tints of Purple #850C83

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.35%

 BLUE value IS 131 (51.56% from 255) = 47.46%

R = 48.19%
G = 4.35%
B = 47.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#850C83 (or 0x850C83) is known color: Purple. HEX triplet: 85, 0C and 83. RGB value is (133,12,131). Sum of RGB (Red+Green+Blue) = 133+12+131=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 131 (51.56% from 255 or 47.46% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #850C83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850C83 is #7AF37C. Grayscale: #3D3D3D. Windows color (decimal): -8057725 or 8588421. OLE color: 8588421.

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

Color convert

RGB 133 12 131 -
CMYK 0 0.91 0.02 0.48
HSL 300.99º 0.83% 0.28% -
HSV(B) 300.99º 0.91% 0.52% -
XYZ 13.9 6.89 22.07 -
YUV 61.75 167.09 178.82 -
System Red Green Blue C M Y K H S L
Decimal 133 12 131 0 0.91 0.02 0.48 300.99 0.83 0.28
Hex 85 C 83 0 5B 2 30 12D 53 1C
Octal 205 14 203 0 133 2 60 455 123 34
Binary 10000101 1100 10000011 0 1011011 10 110000 100101101 1010011 11100

Color Harmonies of #850C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850C83

Black with #850C83

Text Example


Text Example

White with #850C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,12,131); }

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

background-color css

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

 a { background-color: rgb(133,12,131); }

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

border-color css

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

 span { border-color: rgb(133,12,131); }

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