Html Css Color HEX #8B237F Dark Purple

📋 copy color: '#8B237F'

red 139 ◦ green 35 ◦ blue 127

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

Shades of Dark Purple #8B237F

Tints of Dark Purple #8B237F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.63%

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

R = 46.18%
G = 11.63%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8B237F (or 0x8B237F) is known color: Dark Purple. HEX triplet: 8B, 23 and 7F. RGB value is (139,35,127). Sum of RGB (Red+Green+Blue) = 139+35+127=301 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.18% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 127 (50% from 255 or 42.19% from 301); Max value from RGB is 139 - color contains mainly: red. Hex color #8B237F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B237F is #74DC80. Grayscale: #4C4C4C. Windows color (decimal): -7658625 or 8332171. OLE color: 8332171.

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

Color convert

RGB 139 35 127 -
CMYK 0 0.75 0.09 0.45
HSL 306.92º 0.6% 0.34% -
HSV(B) 306.92º 0.75% 0.55% -
XYZ 15.08 8.22 20.87 -
YUV 76.58 156.46 172.52 -
System Red Green Blue C M Y K H S L
Decimal 139 35 127 0 0.75 0.09 0.45 306.92 0.6 0.34
Hex 8B 23 7F 0 4B 9 2D 133 3C 22
Octal 213 43 177 0 113 11 55 463 74 42
Binary 10001011 100011 1111111 0 1001011 1001 101101 100110011 111100 100010

Color Harmonies of #8B237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B237F

Black with #8B237F

Text Example


Text Example

White with #8B237F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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