Html Css Color HEX #8C357B Dark Purple

📋 copy color: '#8C357B'

red 140 ◦ green 53 ◦ blue 123

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

Shades of Dark Purple #8C357B

Tints of Dark Purple #8C357B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.77%

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

R = 44.3%
G = 16.77%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#8C357B (or 0x8C357B) is known color: Dark Purple. HEX triplet: 8C, 35 and 7B. RGB value is (140,53,123). Sum of RGB (Red+Green+Blue) = 140+53+123=316 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.30% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 140 - color contains mainly: red. Hex color #8C357B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C357B is #73CA84. Grayscale: #565656. Windows color (decimal): -7588485 or 8074636. OLE color: 8074636.

HSL color Cylindrical-coordinate representation of color #8C357B: hue angle of 311.72º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8C357B is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 53 123 -
CMYK 0 0.62 0.12 0.45
HSL 311.72º 0.45% 0.38% -
HSV(B) 311.72º 0.62% 0.55% -
XYZ 15.66 9.55 19.76 -
YUV 86.99 148.32 165.81 -
System Red Green Blue C M Y K H S L
Decimal 140 53 123 0 0.62 0.12 0.45 311.72 0.45 0.38
Hex 8C 35 7B 0 3E C 2D 138 2D 26
Octal 214 65 173 0 76 14 55 470 55 46
Binary 10001100 110101 1111011 0 111110 1100 101101 100111000 101101 100110

Color Harmonies of #8C357B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C357B

Black with #8C357B

Text Example


Text Example

White with #8C357B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,53,123); }

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

background-color css

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

 a { background-color: rgb(140,53,123); }

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

border-color css

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

 span { border-color: rgb(140,53,123); }

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