Html Css Color HEX #85216B Dark Purple

📋 copy color: '#85216B'

red 133 ◦ green 33 ◦ blue 107

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

Shades of Dark Purple #85216B

Tints of Dark Purple #85216B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.09%

 BLUE value IS 107 (42.19% from 255) = 39.19%

R = 48.72%
G = 12.09%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#85216B (or 0x85216B) is known color: Dark Purple. HEX triplet: 85, 21 and 6B. RGB value is (133,33,107). Sum of RGB (Red+Green+Blue) = 133+33+107=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #85216B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85216B is #7ADE94. Grayscale: #474747. Windows color (decimal): -8052373 or 7020933. OLE color: 7020933.

HSL color Cylindrical-coordinate representation of color #85216B: hue angle of 315.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #85216B is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 33 107 -
CMYK 0 0.75 0.20 0.48
HSL 315.6º 0.6% 0.33% -
HSV(B) 315.6º 0.75% 0.52% -
XYZ 12.87 7.14 14.61 -
YUV 71.34 148.13 171.98 -
System Red Green Blue C M Y K H S L
Decimal 133 33 107 0 0.75 0.20 0.48 315.6 0.6 0.33
Hex 85 21 6B 0 4B 14 30 13C 3C 21
Octal 205 41 153 0 113 24 60 474 74 41
Binary 10000101 100001 1101011 0 1001011 10100 110000 100111100 111100 100001

Color Harmonies of #85216B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85216B

Black with #85216B

Text Example


Text Example

White with #85216B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,33,107); }

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

background-color css

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

 a { background-color: rgb(133,33,107); }

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

border-color css

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

 span { border-color: rgb(133,33,107); }

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