Html Css Color HEX #85237F Dark Purple

📋 copy color: '#85237F'

red 133 ◦ green 35 ◦ blue 127

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

Shades of Dark Purple #85237F

Tints of Dark Purple #85237F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.86%

 BLUE value IS 127 (50% from 255) = 43.05%

R = 45.08%
G = 11.86%
B = 43.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#85237F (or 0x85237F) is known color: Dark Purple. HEX triplet: 85, 23 and 7F. RGB value is (133,35,127). Sum of RGB (Red+Green+Blue) = 133+35+127=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #85237F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85237F is #7ADC80. Grayscale: #4A4A4A. Windows color (decimal): -8051841 or 8332165. OLE color: 8332165.

HSL color Cylindrical-coordinate representation of color #85237F: hue angle of 303.67º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #85237F is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 35 127 -
CMYK 0 0.74 0.05 0.48
HSL 303.67º 0.58% 0.33% -
HSV(B) 303.67º 0.74% 0.52% -
XYZ 14.1 7.72 20.83 -
YUV 74.79 157.47 169.52 -
System Red Green Blue C M Y K H S L
Decimal 133 35 127 0 0.74 0.05 0.48 303.67 0.58 0.33
Hex 85 23 7F 0 4A 5 30 130 3A 21
Octal 205 43 177 0 112 5 60 460 72 41
Binary 10000101 100011 1111111 0 1001010 101 110000 100110000 111010 100001

Color Harmonies of #85237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85237F

Black with #85237F

Text Example


Text Example

White with #85237F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85237F; }

 p { color: rgb(133,35,127); }

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

background-color css

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

 a { background-color: rgb(133,35,127); }

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

border-color css

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

 span { border-color: rgb(133,35,127); }

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