Html Css Color HEX #8B237B Dark Purple

📋 copy color: '#8B237B'

red 139 ◦ green 35 ◦ blue 123

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

Shades of Dark Purple #8B237B

Tints of Dark Purple #8B237B

RGB

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

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

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

R = 46.8%
G = 11.78%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#8B237B (or 0x8B237B) is known color: Dark Purple. HEX triplet: 8B, 23 and 7B. RGB value is (139,35,123). Sum of RGB (Red+Green+Blue) = 139+35+123=297 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.80% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 139 - color contains mainly: red. Hex color #8B237B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B237B is #74DC84. Grayscale: #4B4B4B. Windows color (decimal): -7658629 or 8070027. OLE color: 8070027.

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

Color convert

RGB 139 35 123 -
CMYK 0 0.75 0.12 0.45
HSL 309.23º 0.6% 0.34% -
HSV(B) 309.23º 0.75% 0.55% -
XYZ 14.82 8.12 19.53 -
YUV 76.13 154.46 172.84 -
System Red Green Blue C M Y K H S L
Decimal 139 35 123 0 0.75 0.12 0.45 309.23 0.6 0.34
Hex 8B 23 7B 0 4B C 2D 135 3C 22
Octal 213 43 173 0 113 14 55 465 74 42
Binary 10001011 100011 1111011 0 1001011 1100 101101 100110101 111100 100010

Color Harmonies of #8B237B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B237B

Black with #8B237B

Text Example


Text Example

White with #8B237B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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