Html Css Color HEX #8B367B Dark Purple

📋 copy color: '#8B367B'

red 139 ◦ green 54 ◦ blue 123

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

Shades of Dark Purple #8B367B

Tints of Dark Purple #8B367B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.09%

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

R = 43.99%
G = 17.09%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#8B367B (or 0x8B367B) is known color: Dark Purple. HEX triplet: 8B, 36 and 7B. RGB value is (139,54,123). Sum of RGB (Red+Green+Blue) = 139+54+123=316 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.99% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 139 - color contains mainly: red. Hex color #8B367B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B367B is #74C984. Grayscale: #575757. Windows color (decimal): -7653765 or 8074891. OLE color: 8074891.

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

Color convert

RGB 139 54 123 -
CMYK 0 0.61 0.12 0.45
HSL 311.29º 0.44% 0.38% -
HSV(B) 311.29º 0.61% 0.55% -
XYZ 15.54 9.56 19.76 -
YUV 87.28 148.16 164.89 -
System Red Green Blue C M Y K H S L
Decimal 139 54 123 0 0.61 0.12 0.45 311.29 0.44 0.38
Hex 8B 36 7B 0 3D C 2D 137 2C 26
Octal 213 66 173 0 75 14 55 467 54 46
Binary 10001011 110110 1111011 0 111101 1100 101101 100110111 101100 100110

Color Harmonies of #8B367B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B367B

Black with #8B367B

Text Example


Text Example

White with #8B367B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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