Html Css Color HEX #8B266A Dark Purple

📋 copy color: '#8B266A'

red 139 ◦ green 38 ◦ blue 106

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

Shades of Dark Purple #8B266A

Tints of Dark Purple #8B266A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.43%

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

R = 49.12%
G = 13.43%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#8B266A (or 0x8B266A) is known color: Dark Purple. HEX triplet: 8B, 26 and 6A. RGB value is (139,38,106). Sum of RGB (Red+Green+Blue) = 139+38+106=283 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.12% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 139 - color contains mainly: red. Hex color #8B266A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B266A is #74D995. Grayscale: #4B4B4B. Windows color (decimal): -7657878 or 6956683. OLE color: 6956683.

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

Color convert

RGB 139 38 106 -
CMYK 0 0.73 0.24 0.45
HSL 319.6º 0.57% 0.35% -
HSV(B) 319.6º 0.73% 0.55% -
XYZ 13.94 7.92 14.43 -
YUV 75.95 144.96 172.97 -
System Red Green Blue C M Y K H S L
Decimal 139 38 106 0 0.73 0.24 0.45 319.6 0.57 0.35
Hex 8B 26 6A 0 49 18 2D 140 39 23
Octal 213 46 152 0 111 30 55 500 71 43
Binary 10001011 100110 1101010 0 1001001 11000 101101 101000000 111001 100011

Color Harmonies of #8B266A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B266A

Black with #8B266A

Text Example


Text Example

White with #8B266A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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