Html Css Color HEX #86227B Dark Purple

📋 copy color: '#86227B'

red 134 ◦ green 34 ◦ blue 123

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

Shades of Dark Purple #86227B

Tints of Dark Purple #86227B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 42.27%

R = 46.05%
G = 11.68%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#86227B (or 0x86227B) is known color: Dark Purple. HEX triplet: 86, 22 and 7B. RGB value is (134,34,123). Sum of RGB (Red+Green+Blue) = 134+34+123=291 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.05% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 123 (48.44% from 255 or 42.27% from 291); Max value from RGB is 134 - color contains mainly: red. Hex color #86227B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86227B is #79DD84. Grayscale: #494949. Windows color (decimal): -7986565 or 8069766. OLE color: 8069766.

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

Color convert

RGB 134 34 123 -
CMYK 0 0.75 0.08 0.47
HSL 306.6º 0.6% 0.33% -
HSV(B) 306.6º 0.75% 0.53% -
XYZ 13.98 7.64 19.48 -
YUV 74.05 155.63 170.76 -
System Red Green Blue C M Y K H S L
Decimal 134 34 123 0 0.75 0.08 0.47 306.6 0.6 0.33
Hex 86 22 7B 0 4B 8 2F 133 3C 21
Octal 206 42 173 0 113 10 57 463 74 41
Binary 10000110 100010 1111011 0 1001011 1000 101111 100110011 111100 100001

Color Harmonies of #86227B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86227B

Black with #86227B

Text Example


Text Example

White with #86227B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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