Html Css Color HEX #8B336C Dark Purple

📋 copy color: '#8B336C'

red 139 ◦ green 51 ◦ blue 108

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

Shades of Dark Purple #8B336C

Tints of Dark Purple #8B336C

RGB

 RED value IS 139 (54.69% from 255) = 46.64%

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

 BLUE value IS 108 (42.58% from 255) = 36.24%

R = 46.64%
G = 17.11%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#8B336C (or 0x8B336C) is known color: Dark Purple. HEX triplet: 8B, 33 and 6C. RGB value is (139,51,108). Sum of RGB (Red+Green+Blue) = 139+51+108=298 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.64% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 139 - color contains mainly: red. Hex color #8B336C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B336C is #74CC93. Grayscale: #535353. Windows color (decimal): -7654548 or 7091083. OLE color: 7091083.

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

Color convert

RGB 139 51 108 -
CMYK 0 0.63 0.22 0.45
HSL 321.14º 0.46% 0.37% -
HSV(B) 321.14º 0.63% 0.55% -
XYZ 14.54 8.94 15.15 -
YUV 83.81 141.65 167.37 -
System Red Green Blue C M Y K H S L
Decimal 139 51 108 0 0.63 0.22 0.45 321.14 0.46 0.37
Hex 8B 33 6C 0 3F 16 2D 141 2E 25
Octal 213 63 154 0 77 26 55 501 56 45
Binary 10001011 110011 1101100 0 111111 10110 101101 101000001 101110 100101

Color Harmonies of #8B336C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B336C

Black with #8B336C

Text Example


Text Example

White with #8B336C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,51,108); }

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

background-color css

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

 a { background-color: rgb(139,51,108); }

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

border-color css

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

 span { border-color: rgb(139,51,108); }

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