Html Css Color HEX #8B326A Dark Purple

📋 copy color: '#8B326A'

red 139 ◦ green 50 ◦ blue 106

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

Shades of Dark Purple #8B326A

Tints of Dark Purple #8B326A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.95%

 BLUE value IS 106 (41.8% from 255) = 35.93%

R = 47.12%
G = 16.95%
B = 35.93%

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

#8B326A (or 0x8B326A) is known color: Dark Purple. HEX triplet: 8B, 32 and 6A. RGB value is (139,50,106). Sum of RGB (Red+Green+Blue) = 139+50+106=295 (39% of max value = 765). Red value is 139 (54.69% from 255 or 47.12% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 139 - color contains mainly: red. Hex color #8B326A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B326A is #74CD95. Grayscale: #525252. Windows color (decimal): -7654806 or 6959755. OLE color: 6959755.

HSL color Cylindrical-coordinate representation of color #8B326A: 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 #8B326A is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 50 106 -
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.39 8.81 14.58 -
YUV 83 140.99 167.95 -
System Red Green Blue C M Y K H S L
Decimal 139 50 106 0 0.64 0.24 0.45 322.25 0.47 0.37
Hex 8B 32 6A 0 40 18 2D 142 2F 25
Octal 213 62 152 0 100 30 55 502 57 45
Binary 10001011 110010 1101010 0 1000000 11000 101101 101000010 101111 100101

Color Harmonies of #8B326A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B326A

Black with #8B326A

Text Example


Text Example

White with #8B326A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,50,106); }

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

background-color css

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

 a { background-color: rgb(139,50,106); }

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

border-color css

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

 span { border-color: rgb(139,50,106); }

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