Html Css Color HEX #8B2667 Dark Purple

📋 copy color: '#8B2667'

red 139 ◦ green 38 ◦ blue 103

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

Shades of Dark Purple #8B2667

Tints of Dark Purple #8B2667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 36.79%

R = 49.64%
G = 13.57%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#8B2667 (or 0x8B2667) is known color: Dark Purple. HEX triplet: 8B, 26 and 67. RGB value is (139,38,103). Sum of RGB (Red+Green+Blue) = 139+38+103=280 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.64% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 103 (40.62% from 255 or 36.79% from 280); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2667 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2667 is #74D998. Grayscale: #4B4B4B. Windows color (decimal): -7657881 or 6760075. OLE color: 6760075.

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

Color convert

RGB 139 38 103 -
CMYK 0 0.73 0.26 0.45
HSL 321.39º 0.57% 0.35% -
HSV(B) 321.39º 0.73% 0.55% -
XYZ 13.79 7.85 13.62 -
YUV 75.61 143.46 173.21 -
System Red Green Blue C M Y K H S L
Decimal 139 38 103 0 0.73 0.26 0.45 321.39 0.57 0.35
Hex 8B 26 67 0 49 1A 2D 141 39 23
Octal 213 46 147 0 111 32 55 501 71 43
Binary 10001011 100110 1100111 0 1001001 11010 101101 101000001 111001 100011

Color Harmonies of #8B2667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2667

Black with #8B2667

Text Example


Text Example

White with #8B2667

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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