Html Css Color HEX #852469 Dark Purple

📋 copy color: '#852469'

red 133 ◦ green 36 ◦ blue 105

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

Shades of Dark Purple #852469

Tints of Dark Purple #852469

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.14%

 BLUE value IS 105 (41.41% from 255) = 38.32%

R = 48.54%
G = 13.14%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#852469 (or 0x852469) is known color: Dark Purple. HEX triplet: 85, 24 and 69. RGB value is (133,36,105). Sum of RGB (Red+Green+Blue) = 133+36+105=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 105 (41.41% from 255 or 38.32% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #852469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852469 is #7ADB96. Grayscale: #484848. Windows color (decimal): -8051607 or 6890629. OLE color: 6890629.

HSL color Cylindrical-coordinate representation of color #852469: hue angle of 317.32º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #852469 is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 36 105 -
CMYK 0 0.73 0.21 0.48
HSL 317.32º 0.57% 0.33% -
HSV(B) 317.32º 0.73% 0.52% -
XYZ 12.85 7.27 14.09 -
YUV 72.87 146.14 170.89 -
System Red Green Blue C M Y K H S L
Decimal 133 36 105 0 0.73 0.21 0.48 317.32 0.57 0.33
Hex 85 24 69 0 49 15 30 13D 39 21
Octal 205 44 151 0 111 25 60 475 71 41
Binary 10000101 100100 1101001 0 1001001 10101 110000 100111101 111001 100001

Color Harmonies of #852469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852469

Black with #852469

Text Example


Text Example

White with #852469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852469; }

 p { color: rgb(133,36,105); }

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

background-color css

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

 a { background-color: rgb(133,36,105); }

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

border-color css

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

 span { border-color: rgb(133,36,105); }

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