Html Css Color HEX #8B0D6E Dark Purple

📋 copy color: '#8B0D6E'

red 139 ◦ green 13 ◦ blue 110

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

Shades of Dark Purple #8B0D6E

Tints of Dark Purple #8B0D6E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.96%

 BLUE value IS 110 (43.36% from 255) = 41.98%

R = 53.05%
G = 4.96%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8B0D6E (or 0x8B0D6E) is known color: Dark Purple. HEX triplet: 8B, 0D and 6E. RGB value is (139,13,110). Sum of RGB (Red+Green+Blue) = 139+13+110=262 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.05% from 262); Green value is 13 (5.47% from 255 or 4.96% from 262); Blue value is 110 (43.36% from 255 or 41.98% from 262); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0D6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0D6E is #74F291. Grayscale: #3D3D3D. Windows color (decimal): -7664274 or 7212427. OLE color: 7212427.

HSL color Cylindrical-coordinate representation of color #8B0D6E: hue angle of 313.81º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B0D6E is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 13 110 -
CMYK 0 0.91 0.21 0.45
HSL 313.81º 0.83% 0.3% -
HSV(B) 313.81º 0.91% 0.55% -
XYZ 13.61 6.9 15.37 -
YUV 61.73 155.24 183.11 -
System Red Green Blue C M Y K H S L
Decimal 139 13 110 0 0.91 0.21 0.45 313.81 0.83 0.3
Hex 8B D 6E 0 5B 15 2D 13A 53 1E
Octal 213 15 156 0 133 25 55 472 123 36
Binary 10001011 1101 1101110 0 1011011 10101 101101 100111010 1010011 11110

Color Harmonies of #8B0D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0D6E

Black with #8B0D6E

Text Example


Text Example

White with #8B0D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,13,110); }

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

background-color css

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

 a { background-color: rgb(139,13,110); }

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

border-color css

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

 span { border-color: rgb(139,13,110); }

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