Html Css Color HEX #862288 Dark Purple

📋 copy color: '#862288'

red 134 ◦ green 34 ◦ blue 136

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

Shades of Dark Purple #862288

Tints of Dark Purple #862288

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.18%

 BLUE value IS 136 (53.52% from 255) = 44.74%

R = 44.08%
G = 11.18%
B = 44.74%

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#862288 (or 0x862288) is known color: Dark Purple. HEX triplet: 86, 22 and 88. RGB value is (134,34,136). Sum of RGB (Red+Green+Blue) = 134+34+136=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 136 (53.52% from 255 or 44.74% from 304); Max value from RGB is 136 - color contains mainly: blue. Hex color #862288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862288 is #79DD77. Grayscale: #4B4B4B. Windows color (decimal): -7986552 or 8921734. OLE color: 8921734.

HSL color Cylindrical-coordinate representation of color #862288: hue angle of 298.82º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #862288 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 34 136 -
CMYK 0.01 0.75 0 0.47
HSL 298.82º 0.6% 0.33% -
HSV(B) 298.82º 0.75% 0.53% -
XYZ 14.85 7.99 24.05 -
YUV 75.53 162.13 169.71 -
System Red Green Blue C M Y K H S L
Decimal 134 34 136 0.01 0.75 0 0.47 298.82 0.6 0.33
Hex 86 22 88 1 4B 0 2F 12B 3C 21
Octal 206 42 210 1 113 0 57 453 74 41
Binary 10000110 100010 10001000 1 1001011 0 101111 100101011 111100 100001

Color Harmonies of #862288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862288

Black with #862288

Text Example


Text Example

White with #862288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862288; }

 p { color: rgb(134,34,136); }

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

background-color css

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

 a { background-color: rgb(134,34,136); }

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

border-color css

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

 span { border-color: rgb(134,34,136); }

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