Html Css Color HEX #86227C Dark Purple

📋 copy color: '#86227C'

red 134 ◦ green 34 ◦ blue 124

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

Shades of Dark Purple #86227C

Tints of Dark Purple #86227C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 42.47%

R = 45.89%
G = 11.64%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#86227C (or 0x86227C) is known color: Dark Purple. HEX triplet: 86, 22 and 7C. RGB value is (134,34,124). Sum of RGB (Red+Green+Blue) = 134+34+124=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 34 (13.67% from 255 or 11.64% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 134 - color contains mainly: red. Hex color #86227C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86227C is #79DD83. Grayscale: #494949. Windows color (decimal): -7986564 or 8135302. OLE color: 8135302.

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

Color convert

RGB 134 34 124 -
CMYK 0 0.75 0.07 0.47
HSL 306º 0.6% 0.33% -
HSV(B) 306º 0.75% 0.53% -
XYZ 14.04 7.67 19.81 -
YUV 74.16 156.13 170.68 -
System Red Green Blue C M Y K H S L
Decimal 134 34 124 0 0.75 0.07 0.47 306 0.6 0.33
Hex 86 22 7C 0 4B 7 2F 132 3C 21
Octal 206 42 174 0 113 7 57 462 74 41
Binary 10000110 100010 1111100 0 1001011 111 101111 100110010 111100 100001

Color Harmonies of #86227C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86227C

Black with #86227C

Text Example


Text Example

White with #86227C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86227C; }

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

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

background-color css

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

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

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

border-color css

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

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

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