Html Css Color HEX #8A1F67 Dark Purple

📋 copy color: '#8A1F67'

red 138 ◦ green 31 ◦ blue 103

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

Shades of Dark Purple #8A1F67

Tints of Dark Purple #8A1F67

RGB

 RED value IS 138 (54.3% from 255) = 50.74%

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

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

R = 50.74%
G = 11.4%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#8A1F67 (or 0x8A1F67) is known color: Dark Purple. HEX triplet: 8A, 1F and 67. RGB value is (138,31,103). Sum of RGB (Red+Green+Blue) = 138+31+103=272 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.74% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 103 (40.62% from 255 or 37.87% from 272); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1F67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A1F67 is #75E098. Grayscale: #474747. Windows color (decimal): -7725209 or 6758282. OLE color: 6758282.

HSL color Cylindrical-coordinate representation of color #8A1F67: hue angle of 319.63º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A1F67 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 31 103 -
CMYK 0 0.78 0.25 0.46
HSL 319.63º 0.63% 0.33% -
HSV(B) 319.63º 0.78% 0.54% -
XYZ 13.42 7.36 13.55 -
YUV 71.2 145.95 175.65 -
System Red Green Blue C M Y K H S L
Decimal 138 31 103 0 0.78 0.25 0.46 319.63 0.63 0.33
Hex 8A 1F 67 0 4E 19 2E 140 3F 21
Octal 212 37 147 0 116 31 56 500 77 41
Binary 10001010 11111 1100111 0 1001110 11001 101110 101000000 111111 100001

Color Harmonies of #8A1F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1F67

Black with #8A1F67

Text Example


Text Example

White with #8A1F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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