Html Css Color HEX #862089 Dark Purple

📋 copy color: '#862089'

red 134 ◦ green 32 ◦ blue 137

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

Shades of Dark Purple #862089

Tints of Dark Purple #862089

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.56%

 BLUE value IS 137 (53.91% from 255) = 45.21%

R = 44.22%
G = 10.56%
B = 45.21%

CMYK

 C value IS 0.02

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#862089 (or 0x862089) is known color: Dark Purple. HEX triplet: 86, 20 and 89. RGB value is (134,32,137). Sum of RGB (Red+Green+Blue) = 134+32+137=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 137 (53.91% from 255 or 45.21% from 303); Max value from RGB is 137 - color contains mainly: blue. Hex color #862089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862089 is #79DF76. Grayscale: #4A4A4A. Windows color (decimal): -7987063 or 8986758. OLE color: 8986758.

HSL color Cylindrical-coordinate representation of color #862089: hue angle of 298.29º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #862089 is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 134 32 137 -
CMYK 0.02 0.77 0 0.46
HSL 298.29º 0.62% 0.33% -
HSV(B) 298.29º 0.77% 0.54% -
XYZ 14.86 7.91 24.41 -
YUV 74.47 163.29 170.46 -
System Red Green Blue C M Y K H S L
Decimal 134 32 137 0.02 0.77 0 0.46 298.29 0.62 0.33
Hex 86 20 89 2 4D 0 2E 12A 3E 21
Octal 206 40 211 2 115 0 56 452 76 41
Binary 10000110 100000 10001001 10 1001101 0 101110 100101010 111110 100001

Color Harmonies of #862089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862089

Black with #862089

Text Example


Text Example

White with #862089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862089; }

 p { color: rgb(134,32,137); }

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

background-color css

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

 a { background-color: rgb(134,32,137); }

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

border-color css

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

 span { border-color: rgb(134,32,137); }

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