Html Css Color HEX #8C236B Dark Purple

📋 copy color: '#8C236B'

red 140 ◦ green 35 ◦ blue 107

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

Shades of Dark Purple #8C236B

Tints of Dark Purple #8C236B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.94%

R = 49.65%
G = 12.41%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#8C236B (or 0x8C236B) is known color: Dark Purple. HEX triplet: 8C, 23 and 6B. RGB value is (140,35,107). Sum of RGB (Red+Green+Blue) = 140+35+107=282 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.65% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 140 - color contains mainly: red. Hex color #8C236B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C236B is #73DC94. Grayscale: #4A4A4A. Windows color (decimal): -7593109 or 7021452. OLE color: 7021452.

HSL color Cylindrical-coordinate representation of color #8C236B: hue angle of 318.86º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C236B is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 35 107 -
CMYK 0 0.75 0.24 0.45
HSL 318.86º 0.6% 0.34% -
HSV(B) 318.86º 0.75% 0.55% -
XYZ 14.07 7.84 14.68 -
YUV 74.6 146.29 174.65 -
System Red Green Blue C M Y K H S L
Decimal 140 35 107 0 0.75 0.24 0.45 318.86 0.6 0.34
Hex 8C 23 6B 0 4B 18 2D 13F 3C 22
Octal 214 43 153 0 113 30 55 477 74 42
Binary 10001100 100011 1101011 0 1001011 11000 101101 100111111 111100 100010

Color Harmonies of #8C236B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C236B

Black with #8C236B

Text Example


Text Example

White with #8C236B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,35,107); }

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

background-color css

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

 a { background-color: rgb(140,35,107); }

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

border-color css

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

 span { border-color: rgb(140,35,107); }

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