Html Css Color HEX #8B1F67 Dark Purple

📋 copy color: '#8B1F67'

red 139 ◦ green 31 ◦ blue 103

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

Shades of Dark Purple #8B1F67

Tints of Dark Purple #8B1F67

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.36%

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

R = 50.92%
G = 11.36%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#8B1F67 (or 0x8B1F67) is known color: Dark Purple. HEX triplet: 8B, 1F and 67. RGB value is (139,31,103). Sum of RGB (Red+Green+Blue) = 139+31+103=273 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.92% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1F67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1F67 is #74E098. Grayscale: #474747. Windows color (decimal): -7659673 or 6758283. OLE color: 6758283.

HSL color Cylindrical-coordinate representation of color #8B1F67: hue angle of 320º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B1F67 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 31 103 -
CMYK 0 0.78 0.26 0.45
HSL 320º 0.64% 0.33% -
HSV(B) 320º 0.78% 0.55% -
XYZ 13.59 7.45 13.55 -
YUV 71.5 145.78 176.15 -
System Red Green Blue C M Y K H S L
Decimal 139 31 103 0 0.78 0.26 0.45 320 0.64 0.33
Hex 8B 1F 67 0 4E 1A 2D 140 40 21
Octal 213 37 147 0 116 32 55 500 100 41
Binary 10001011 11111 1100111 0 1001110 11010 101101 101000000 1000000 100001

Color Harmonies of #8B1F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1F67

Black with #8B1F67

Text Example


Text Example

White with #8B1F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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