Html Css Color HEX #8B367F Dark Purple

📋 copy color: '#8B367F'

red 139 ◦ green 54 ◦ blue 127

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

Shades of Dark Purple #8B367F

Tints of Dark Purple #8B367F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.69%

R = 43.44%
G = 16.88%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8B367F (or 0x8B367F) is known color: Dark Purple. HEX triplet: 8B, 36 and 7F. RGB value is (139,54,127). Sum of RGB (Red+Green+Blue) = 139+54+127=320 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.44% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 139 - color contains mainly: red. Hex color #8B367F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B367F is #74C980. Grayscale: #575757. Windows color (decimal): -7653761 or 8337035. OLE color: 8337035.

HSL color Cylindrical-coordinate representation of color #8B367F: hue angle of 308.47º 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 #8B367F is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 54 127 -
CMYK 0 0.61 0.09 0.45
HSL 308.47º 0.44% 0.38% -
HSV(B) 308.47º 0.61% 0.55% -
XYZ 15.8 9.66 21.11 -
YUV 87.74 150.16 164.56 -
System Red Green Blue C M Y K H S L
Decimal 139 54 127 0 0.61 0.09 0.45 308.47 0.44 0.38
Hex 8B 36 7F 0 3D 9 2D 134 2C 26
Octal 213 66 177 0 75 11 55 464 54 46
Binary 10001011 110110 1111111 0 111101 1001 101101 100110100 101100 100110

Color Harmonies of #8B367F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B367F

Black with #8B367F

Text Example


Text Example

White with #8B367F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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