Html Css Color HEX #8C3B7E Dark Purple

📋 copy color: '#8C3B7E'

red 140 ◦ green 59 ◦ blue 126

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

Shades of Dark Purple #8C3B7E

Tints of Dark Purple #8C3B7E

RGB

 RED value IS 140 (55.08% from 255) = 43.08%

 GREEN value IS 59 (23.44% from 255) = 18.15%

 BLUE value IS 126 (49.61% from 255) = 38.77%

R = 43.08%
G = 18.15%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8C3B7E (or 0x8C3B7E) is known color: Dark Purple. HEX triplet: 8C, 3B and 7E. RGB value is (140,59,126). Sum of RGB (Red+Green+Blue) = 140+59+126=325 (43% of max value = 765). Red value is 140 (55.08% from 255 or 43.08% from 325); Green value is 59 (23.44% from 255 or 18.15% from 325); Blue value is 126 (49.61% from 255 or 38.77% from 325); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3B7E is #73C481. Grayscale: #5A5A5A. Windows color (decimal): -7586946 or 8272780. OLE color: 8272780.

HSL color Cylindrical-coordinate representation of color #8C3B7E: hue angle of 310.37º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8C3B7E is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 59 126 -
CMYK 0 0.58 0.10 0.45
HSL 310.37º 0.41% 0.39% -
HSV(B) 310.37º 0.58% 0.55% -
XYZ 16.15 10.21 20.86 -
YUV 90.86 147.84 163.05 -
System Red Green Blue C M Y K H S L
Decimal 140 59 126 0 0.58 0.10 0.45 310.37 0.41 0.39
Hex 8C 3B 7E 0 3A A 2D 136 29 27
Octal 214 73 176 0 72 12 55 466 51 47
Binary 10001100 111011 1111110 0 111010 1010 101101 100110110 101001 100111

Color Harmonies of #8C3B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3B7E

Black with #8C3B7E

Text Example


Text Example

White with #8C3B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C3B7E; }

 p { color: rgb(140,59,126); }

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

background-color css

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

 a { background-color: rgb(140,59,126); }

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

border-color css

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

 span { border-color: rgb(140,59,126); }

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