Html Css Color HEX #85267C Dark Purple

📋 copy color: '#85267C'

red 133 ◦ green 38 ◦ blue 124

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

Shades of Dark Purple #85267C

Tints of Dark Purple #85267C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.88%

 BLUE value IS 124 (48.83% from 255) = 42.03%

R = 45.08%
G = 12.88%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#85267C (or 0x85267C) is known color: Dark Purple. HEX triplet: 85, 26 and 7C. RGB value is (133,38,124). Sum of RGB (Red+Green+Blue) = 133+38+124=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #85267C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85267C is #7AD983. Grayscale: #4B4B4B. Windows color (decimal): -8051076 or 8136325. OLE color: 8136325.

HSL color Cylindrical-coordinate representation of color #85267C: hue angle of 305.68º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #85267C is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 38 124 -
CMYK 0 0.71 0.07 0.48
HSL 305.68º 0.56% 0.34% -
HSV(B) 305.68º 0.71% 0.52% -
XYZ 14 7.83 19.84 -
YUV 76.21 154.97 168.51 -
System Red Green Blue C M Y K H S L
Decimal 133 38 124 0 0.71 0.07 0.48 305.68 0.56 0.34
Hex 85 26 7C 0 47 7 30 132 38 22
Octal 205 46 174 0 107 7 60 462 70 42
Binary 10000101 100110 1111100 0 1000111 111 110000 100110010 111000 100010

Color Harmonies of #85267C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85267C

Black with #85267C

Text Example


Text Example

White with #85267C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85267C; }

 p { color: rgb(133,38,124); }

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

background-color css

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

 a { background-color: rgb(133,38,124); }

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

border-color css

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

 span { border-color: rgb(133,38,124); }

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