Html Css Color HEX #8B296C Dark Purple

📋 copy color: '#8B296C'

red 139 ◦ green 41 ◦ blue 108

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

Shades of Dark Purple #8B296C

Tints of Dark Purple #8B296C

RGB

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

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

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

R = 48.26%
G = 14.24%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#8B296C (or 0x8B296C) is known color: Dark Purple. HEX triplet: 8B, 29 and 6C. RGB value is (139,41,108). Sum of RGB (Red+Green+Blue) = 139+41+108=288 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.26% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 139 - color contains mainly: red. Hex color #8B296C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B296C is #74D693. Grayscale: #4D4D4D. Windows color (decimal): -7657108 or 7088523. OLE color: 7088523.

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

Color convert

RGB 139 41 108 -
CMYK 0 0.71 0.22 0.45
HSL 318.98º 0.54% 0.35% -
HSV(B) 318.98º 0.71% 0.55% -
XYZ 14.15 8.16 15.02 -
YUV 77.94 144.97 171.55 -
System Red Green Blue C M Y K H S L
Decimal 139 41 108 0 0.71 0.22 0.45 318.98 0.54 0.35
Hex 8B 29 6C 0 47 16 2D 13F 36 23
Octal 213 51 154 0 107 26 55 477 66 43
Binary 10001011 101001 1101100 0 1000111 10110 101101 100111111 110110 100011

Color Harmonies of #8B296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B296C

Black with #8B296C

Text Example


Text Example

White with #8B296C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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