Html Css Color HEX #8B206E Dark Purple

📋 copy color: '#8B206E'

red 139 ◦ green 32 ◦ blue 110

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

Shades of Dark Purple #8B206E

Tints of Dark Purple #8B206E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.39%

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

R = 49.47%
G = 11.39%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8B206E (or 0x8B206E) is known color: Dark Purple. HEX triplet: 8B, 20 and 6E. RGB value is (139,32,110). Sum of RGB (Red+Green+Blue) = 139+32+110=281 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.47% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 139 - color contains mainly: red. Hex color #8B206E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B206E is #74DF91. Grayscale: #484848. Windows color (decimal): -7659410 or 7217291. OLE color: 7217291.

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

Color convert

RGB 139 32 110 -
CMYK 0 0.77 0.21 0.45
HSL 316.26º 0.63% 0.34% -
HSV(B) 316.26º 0.77% 0.55% -
XYZ 13.98 7.65 15.49 -
YUV 72.89 148.95 175.16 -
System Red Green Blue C M Y K H S L
Decimal 139 32 110 0 0.77 0.21 0.45 316.26 0.63 0.34
Hex 8B 20 6E 0 4D 15 2D 13C 3F 22
Octal 213 40 156 0 115 25 55 474 77 42
Binary 10001011 100000 1101110 0 1001101 10101 101101 100111100 111111 100010

Color Harmonies of #8B206E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B206E

Black with #8B206E

Text Example


Text Example

White with #8B206E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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