Html Css Color HEX #8B297A Dark Purple

📋 copy color: '#8B297A'

red 139 ◦ green 41 ◦ blue 122

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

Shades of Dark Purple #8B297A

Tints of Dark Purple #8B297A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.58%

 BLUE value IS 122 (48.05% from 255) = 40.4%

R = 46.03%
G = 13.58%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#8B297A (or 0x8B297A) is known color: Dark Purple. HEX triplet: 8B, 29 and 7A. RGB value is (139,41,122). Sum of RGB (Red+Green+Blue) = 139+41+122=302 (40% of max value = 765). Red value is 139 (54.69% from 255 or 46.03% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 139 - color contains mainly: red. Hex color #8B297A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B297A is #74D685. Grayscale: #4F4F4F. Windows color (decimal): -7657094 or 8006027. OLE color: 8006027.

HSL color Cylindrical-coordinate representation of color #8B297A: hue angle of 310.41º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8B297A is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 41 122 -
CMYK 0 0.71 0.12 0.45
HSL 310.41º 0.54% 0.35% -
HSV(B) 310.41º 0.71% 0.55% -
XYZ 14.95 8.48 19.26 -
YUV 79.54 151.97 170.41 -
System Red Green Blue C M Y K H S L
Decimal 139 41 122 0 0.71 0.12 0.45 310.41 0.54 0.35
Hex 8B 29 7A 0 47 C 2D 136 36 23
Octal 213 51 172 0 107 14 55 466 66 43
Binary 10001011 101001 1111010 0 1000111 1100 101101 100110110 110110 100011

Color Harmonies of #8B297A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B297A

Black with #8B297A

Text Example


Text Example

White with #8B297A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,41,122); }

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

background-color css

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

 a { background-color: rgb(139,41,122); }

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

border-color css

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

 span { border-color: rgb(139,41,122); }

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