Html Css Color HEX #8B2666 Dark Purple

📋 copy color: '#8B2666'

red 139 ◦ green 38 ◦ blue 102

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

Shades of Dark Purple #8B2666

Tints of Dark Purple #8B2666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 36.56%

R = 49.82%
G = 13.62%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#8B2666 (or 0x8B2666) is known color: Dark Purple. HEX triplet: 8B, 26 and 66. RGB value is (139,38,102). Sum of RGB (Red+Green+Blue) = 139+38+102=279 (36% of max value = 765). Red value is 139 (54.69% from 255 or 49.82% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2666 is #74D999. Grayscale: #4B4B4B. Windows color (decimal): -7657882 or 6694539. OLE color: 6694539.

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

Color convert

RGB 139 38 102 -
CMYK 0 0.73 0.27 0.45
HSL 321.98º 0.57% 0.35% -
HSV(B) 321.98º 0.73% 0.55% -
XYZ 13.74 7.83 13.36 -
YUV 75.5 142.96 173.3 -
System Red Green Blue C M Y K H S L
Decimal 139 38 102 0 0.73 0.27 0.45 321.98 0.57 0.35
Hex 8B 26 66 0 49 1B 2D 142 39 23
Octal 213 46 146 0 111 33 55 502 71 43
Binary 10001011 100110 1100110 0 1001001 11011 101101 101000010 111001 100011

Color Harmonies of #8B2666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2666

Black with #8B2666

Text Example


Text Example

White with #8B2666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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