Html Css Color HEX #8B1368 Dark Purple

📋 copy color: '#8B1368'

red 139 ◦ green 19 ◦ blue 104

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

Shades of Dark Purple #8B1368

Tints of Dark Purple #8B1368

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.25%

 BLUE value IS 104 (41.02% from 255) = 39.69%

R = 53.05%
G = 7.25%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#8B1368 (or 0x8B1368) is known color: Dark Purple. HEX triplet: 8B, 13 and 68. RGB value is (139,19,104). Sum of RGB (Red+Green+Blue) = 139+19+104=262 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.05% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 104 (41.02% from 255 or 39.69% from 262); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1368 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1368 is #74EC97. Grayscale: #404040. Windows color (decimal): -7662744 or 6820747. OLE color: 6820747.

HSL color Cylindrical-coordinate representation of color #8B1368: hue angle of 317.5º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B1368 is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 19 104 -
CMYK 0 0.86 0.25 0.45
HSL 317.5º 0.76% 0.31% -
HSV(B) 317.5º 0.86% 0.55% -
XYZ 13.38 6.95 13.73 -
YUV 64.57 150.26 181.09 -
System Red Green Blue C M Y K H S L
Decimal 139 19 104 0 0.86 0.25 0.45 317.5 0.76 0.31
Hex 8B 13 68 0 56 19 2D 13E 4C 1F
Octal 213 23 150 0 126 31 55 476 114 37
Binary 10001011 10011 1101000 0 1010110 11001 101101 100111110 1001100 11111

Color Harmonies of #8B1368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1368

Black with #8B1368

Text Example


Text Example

White with #8B1368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,19,104); }

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

background-color css

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

 a { background-color: rgb(139,19,104); }

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

border-color css

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

 span { border-color: rgb(139,19,104); }

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