Html Css Color HEX #8B417B Dark Purple

📋 copy color: '#8B417B'

red 139 ◦ green 65 ◦ blue 123

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

Shades of Dark Purple #8B417B

Tints of Dark Purple #8B417B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.88%

 BLUE value IS 123 (48.44% from 255) = 37.61%

R = 42.51%
G = 19.88%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#8B417B (or 0x8B417B) is known color: Dark Purple. HEX triplet: 8B, 41 and 7B. RGB value is (139,65,123). Sum of RGB (Red+Green+Blue) = 139+65+123=327 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.51% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 139 - color contains mainly: red. Hex color #8B417B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B417B is #74BE84. Grayscale: #5D5D5D. Windows color (decimal): -7650949 or 8077707. OLE color: 8077707.

HSL color Cylindrical-coordinate representation of color #8B417B: hue angle of 312.97º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B417B is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 65 123 -
CMYK 0 0.53 0.12 0.45
HSL 312.97º 0.36% 0.4% -
HSV(B) 312.97º 0.53% 0.55% -
XYZ 16.11 10.7 19.95 -
YUV 93.74 144.52 160.28 -
System Red Green Blue C M Y K H S L
Decimal 139 65 123 0 0.53 0.12 0.45 312.97 0.36 0.4
Hex 8B 41 7B 0 35 C 2D 139 24 28
Octal 213 101 173 0 65 14 55 471 44 50
Binary 10001011 1000001 1111011 0 110101 1100 101101 100111001 100100 101000

Color Harmonies of #8B417B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B417B

Black with #8B417B

Text Example


Text Example

White with #8B417B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,65,123); }

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

background-color css

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

 a { background-color: rgb(139,65,123); }

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

border-color css

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

 span { border-color: rgb(139,65,123); }

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