Html Css Color HEX #85267E Dark Purple

📋 copy color: '#85267E'

red 133 ◦ green 38 ◦ blue 126

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

Shades of Dark Purple #85267E

Tints of Dark Purple #85267E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 42.42%

R = 44.78%
G = 12.79%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#85267E (or 0x85267E) is known color: Dark Purple. HEX triplet: 85, 26 and 7E. RGB value is (133,38,126). Sum of RGB (Red+Green+Blue) = 133+38+126=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 126 (49.61% from 255 or 42.42% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #85267E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85267E is #7AD981. Grayscale: #4C4C4C. Windows color (decimal): -8051074 or 8267397. OLE color: 8267397.

HSL color Cylindrical-coordinate representation of color #85267E: hue angle of 304.42º 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 #85267E is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 38 126 -
CMYK 0 0.71 0.05 0.48
HSL 304.42º 0.56% 0.34% -
HSV(B) 304.42º 0.71% 0.52% -
XYZ 14.13 7.88 20.51 -
YUV 76.44 155.97 168.34 -
System Red Green Blue C M Y K H S L
Decimal 133 38 126 0 0.71 0.05 0.48 304.42 0.56 0.34
Hex 85 26 7E 0 47 5 30 130 38 22
Octal 205 46 176 0 107 5 60 460 70 42
Binary 10000101 100110 1111110 0 1000111 101 110000 100110000 111000 100010

Color Harmonies of #85267E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85267E

Black with #85267E

Text Example


Text Example

White with #85267E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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