Html Css Color HEX #86237C Dark Purple

📋 copy color: '#86237C'

red 134 ◦ green 35 ◦ blue 124

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

Shades of Dark Purple #86237C

Tints of Dark Purple #86237C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.95%

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

R = 45.73%
G = 11.95%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#86237C (or 0x86237C) is known color: Dark Purple. HEX triplet: 86, 23 and 7C. RGB value is (134,35,124). Sum of RGB (Red+Green+Blue) = 134+35+124=293 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.73% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 134 - color contains mainly: red. Hex color #86237C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86237C is #79DC83. Grayscale: #4A4A4A. Windows color (decimal): -7986308 or 8135558. OLE color: 8135558.

HSL color Cylindrical-coordinate representation of color #86237C: hue angle of 306.06º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #86237C is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 35 124 -
CMYK 0 0.74 0.07 0.47
HSL 306.06º 0.59% 0.33% -
HSV(B) 306.06º 0.74% 0.53% -
XYZ 14.07 7.73 19.82 -
YUV 74.75 155.8 170.26 -
System Red Green Blue C M Y K H S L
Decimal 134 35 124 0 0.74 0.07 0.47 306.06 0.59 0.33
Hex 86 23 7C 0 4A 7 2F 132 3B 21
Octal 206 43 174 0 112 7 57 462 73 41
Binary 10000110 100011 1111100 0 1001010 111 101111 100110010 111011 100001

Color Harmonies of #86237C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86237C

Black with #86237C

Text Example


Text Example

White with #86237C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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