Html Css Color HEX #8B346C Dark Purple

📋 copy color: '#8B346C'

red 139 ◦ green 52 ◦ blue 108

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

Shades of Dark Purple #8B346C

Tints of Dark Purple #8B346C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.39%

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

R = 46.49%
G = 17.39%
B = 36.12%

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

#8B346C (or 0x8B346C) is known color: Dark Purple. HEX triplet: 8B, 34 and 6C. RGB value is (139,52,108). Sum of RGB (Red+Green+Blue) = 139+52+108=299 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.49% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 139 - color contains mainly: red. Hex color #8B346C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B346C is #74CB93. Grayscale: #545454. Windows color (decimal): -7654292 or 7091339. OLE color: 7091339.

HSL color Cylindrical-coordinate representation of color #8B346C: hue angle of 321.38º 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 #8B346C is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 52 108 -
CMYK 0 0.63 0.22 0.45
HSL 321.38º 0.46% 0.37% -
HSV(B) 321.38º 0.63% 0.55% -
XYZ 14.58 9.03 15.16 -
YUV 84.4 141.32 166.95 -
System Red Green Blue C M Y K H S L
Decimal 139 52 108 0 0.63 0.22 0.45 321.38 0.46 0.37
Hex 8B 34 6C 0 3F 16 2D 141 2E 25
Octal 213 64 154 0 77 26 55 501 56 45
Binary 10001011 110100 1101100 0 111111 10110 101101 101000001 101110 100101

Color Harmonies of #8B346C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B346C

Black with #8B346C

Text Example


Text Example

White with #8B346C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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