Html Css Color HEX #862263 Dark Purple

📋 copy color: '#862263'

red 134 ◦ green 34 ◦ blue 99

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

Shades of Dark Purple #862263

Tints of Dark Purple #862263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 37.08%

R = 50.19%
G = 12.73%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#862263 (or 0x862263) is known color: Dark Purple. HEX triplet: 86, 22 and 63. RGB value is (134,34,99). Sum of RGB (Red+Green+Blue) = 134+34+99=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 99 (39.06% from 255 or 37.08% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #862263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862263 is #79DD9C. Grayscale: #474747. Windows color (decimal): -7986589 or 6496902. OLE color: 6496902.

HSL color Cylindrical-coordinate representation of color #862263: hue angle of 321º 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 #862263 is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 34 99 -
CMYK 0 0.75 0.26 0.47
HSL 321º 0.6% 0.33% -
HSV(B) 321º 0.75% 0.53% -
XYZ 12.66 7.11 12.51 -
YUV 71.31 143.63 172.71 -
System Red Green Blue C M Y K H S L
Decimal 134 34 99 0 0.75 0.26 0.47 321 0.6 0.33
Hex 86 22 63 0 4B 1A 2F 141 3C 21
Octal 206 42 143 0 113 32 57 501 74 41
Binary 10000110 100010 1100011 0 1001011 11010 101111 101000001 111100 100001

Color Harmonies of #862263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862263

Black with #862263

Text Example


Text Example

White with #862263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862263; }

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

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

background-color css

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

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

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

border-color css

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

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

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