Html Css Color HEX #850975 Purple

📋 copy color: '#850975'

red 133 ◦ green 9 ◦ blue 117

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

Shades of Purple #850975

Tints of Purple #850975

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.47%

 BLUE value IS 117 (46.09% from 255) = 45.17%

R = 51.35%
G = 3.47%
B = 45.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#850975 (or 0x850975) is known color: Purple. HEX triplet: 85, 09 and 75. RGB value is (133,9,117). Sum of RGB (Red+Green+Blue) = 133+9+117=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #850975 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850975 is #7AF68A. Grayscale: #3A3A3A. Windows color (decimal): -8058507 or 7670149. OLE color: 7670149.

HSL color Cylindrical-coordinate representation of color #850975: hue angle of 307.74º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #850975 is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 9 117 -
CMYK 0 0.93 0.12 0.48
HSL 307.74º 0.87% 0.28% -
HSV(B) 307.74º 0.93% 0.52% -
XYZ 12.98 6.47 17.39 -
YUV 58.39 161.08 181.22 -
System Red Green Blue C M Y K H S L
Decimal 133 9 117 0 0.93 0.12 0.48 307.74 0.87 0.28
Hex 85 9 75 0 5D C 30 134 57 1C
Octal 205 11 165 0 135 14 60 464 127 34
Binary 10000101 1001 1110101 0 1011101 1100 110000 100110100 1010111 11100

Color Harmonies of #850975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850975

Black with #850975

Text Example


Text Example

White with #850975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850975; }

 p { color: rgb(133,9,117); }

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

background-color css

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

 a { background-color: rgb(133,9,117); }

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

border-color css

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

 span { border-color: rgb(133,9,117); }

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