Html Css Color HEX #862969 Dark Purple

📋 copy color: '#862969'

red 134 ◦ green 41 ◦ blue 105

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

Shades of Dark Purple #862969

Tints of Dark Purple #862969

RGB

 RED value IS 134 (52.73% from 255) = 47.86%

 GREEN value IS 41 (16.41% from 255) = 14.64%

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

R = 47.86%
G = 14.64%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#862969 (or 0x862969) is known color: Dark Purple. HEX triplet: 86, 29 and 69. RGB value is (134,41,105). Sum of RGB (Red+Green+Blue) = 134+41+105=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 105 (41.41% from 255 or 37.5% from 280); Max value from RGB is 134 - color contains mainly: red. Hex color #862969 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862969 is #79D696. Grayscale: #4B4B4B. Windows color (decimal): -7984791 or 6891910. OLE color: 6891910.

HSL color Cylindrical-coordinate representation of color #862969: hue angle of 318.71º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #862969 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 41 105 -
CMYK 0 0.69 0.22 0.47
HSL 318.71º 0.53% 0.34% -
HSV(B) 318.71º 0.69% 0.53% -
XYZ 13.17 7.67 14.15 -
YUV 76.1 144.31 169.3 -
System Red Green Blue C M Y K H S L
Decimal 134 41 105 0 0.69 0.22 0.47 318.71 0.53 0.34
Hex 86 29 69 0 45 16 2F 13F 35 22
Octal 206 51 151 0 105 26 57 477 65 42
Binary 10000110 101001 1101001 0 1000101 10110 101111 100111111 110101 100010

Color Harmonies of #862969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862969

Black with #862969

Text Example


Text Example

White with #862969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862969; }

 p { color: rgb(134,41,105); }

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

background-color css

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

 a { background-color: rgb(134,41,105); }

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

border-color css

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

 span { border-color: rgb(134,41,105); }

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