Html Css Color HEX #85237B Dark Purple

📋 copy color: '#85237B'

red 133 ◦ green 35 ◦ blue 123

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

Shades of Dark Purple #85237B

Tints of Dark Purple #85237B

RGB

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

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

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

R = 45.7%
G = 12.03%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#85237B (or 0x85237B) is known color: Dark Purple. HEX triplet: 85, 23 and 7B. RGB value is (133,35,123). Sum of RGB (Red+Green+Blue) = 133+35+123=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 123 (48.44% from 255 or 42.27% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #85237B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85237B is #7ADC84. Grayscale: #4A4A4A. Windows color (decimal): -8051845 or 8070021. OLE color: 8070021.

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

Color convert

RGB 133 35 123 -
CMYK 0 0.74 0.08 0.48
HSL 306.12º 0.58% 0.33% -
HSV(B) 306.12º 0.74% 0.52% -
XYZ 13.85 7.62 19.48 -
YUV 74.33 155.47 169.84 -
System Red Green Blue C M Y K H S L
Decimal 133 35 123 0 0.74 0.08 0.48 306.12 0.58 0.33
Hex 85 23 7B 0 4A 8 30 132 3A 21
Octal 205 43 173 0 112 10 60 462 72 41
Binary 10000101 100011 1111011 0 1001010 1000 110000 100110010 111010 100001

Color Harmonies of #85237B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85237B

Black with #85237B

Text Example


Text Example

White with #85237B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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