Html Css Color HEX #8B297B Dark Purple

📋 copy color: '#8B297B'

red 139 ◦ green 41 ◦ blue 123

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

Shades of Dark Purple #8B297B

Tints of Dark Purple #8B297B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 40.59%

R = 45.87%
G = 13.53%
B = 40.59%

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

#8B297B (or 0x8B297B) is known color: Dark Purple. HEX triplet: 8B, 29 and 7B. RGB value is (139,41,123). Sum of RGB (Red+Green+Blue) = 139+41+123=303 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.87% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 139 - color contains mainly: red. Hex color #8B297B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B297B is #74D684. Grayscale: #4F4F4F. Windows color (decimal): -7657093 or 8071563. OLE color: 8071563.

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

Color convert

RGB 139 41 123 -
CMYK 0 0.71 0.12 0.45
HSL 309.8º 0.54% 0.35% -
HSV(B) 309.8º 0.71% 0.55% -
XYZ 15.02 8.5 19.59 -
YUV 79.65 152.47 170.33 -
System Red Green Blue C M Y K H S L
Decimal 139 41 123 0 0.71 0.12 0.45 309.8 0.54 0.35
Hex 8B 29 7B 0 47 C 2D 136 36 23
Octal 213 51 173 0 107 14 55 466 66 43
Binary 10001011 101001 1111011 0 1000111 1100 101101 100110110 110110 100011

Color Harmonies of #8B297B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B297B

Black with #8B297B

Text Example


Text Example

White with #8B297B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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