Html Css Color HEX #8C336B Dark Purple

📋 copy color: '#8C336B'

red 140 ◦ green 51 ◦ blue 107

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

Shades of Dark Purple #8C336B

Tints of Dark Purple #8C336B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.11%

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

R = 46.98%
G = 17.11%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#8C336B (or 0x8C336B) is known color: Dark Purple. HEX triplet: 8C, 33 and 6B. RGB value is (140,51,107). Sum of RGB (Red+Green+Blue) = 140+51+107=298 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.98% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 140 - color contains mainly: red. Hex color #8C336B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C336B is #73CC94. Grayscale: #535353. Windows color (decimal): -7589013 or 7025548. OLE color: 7025548.

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

Color convert

RGB 140 51 107 -
CMYK 0 0.64 0.24 0.45
HSL 322.25º 0.47% 0.37% -
HSV(B) 322.25º 0.64% 0.55% -
XYZ 14.65 9 14.88 -
YUV 84 140.99 167.95 -
System Red Green Blue C M Y K H S L
Decimal 140 51 107 0 0.64 0.24 0.45 322.25 0.47 0.37
Hex 8C 33 6B 0 40 18 2D 142 2F 25
Octal 214 63 153 0 100 30 55 502 57 45
Binary 10001100 110011 1101011 0 1000000 11000 101101 101000010 101111 100101

Color Harmonies of #8C336B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C336B

Black with #8C336B

Text Example


Text Example

White with #8C336B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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