Html Css Color HEX #8B3375 Dark Purple

📋 copy color: '#8B3375'

red 139 ◦ green 51 ◦ blue 117

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

Shades of Dark Purple #8B3375

Tints of Dark Purple #8B3375

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.61%

 BLUE value IS 117 (46.09% from 255) = 38.11%

R = 45.28%
G = 16.61%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#8B3375 (or 0x8B3375) is known color: Dark Purple. HEX triplet: 8B, 33 and 75. RGB value is (139,51,117). Sum of RGB (Red+Green+Blue) = 139+51+117=307 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.28% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3375 is #74CC8A. Grayscale: #545454. Windows color (decimal): -7654539 or 7680907. OLE color: 7680907.

HSL color Cylindrical-coordinate representation of color #8B3375: hue angle of 315º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8B3375 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 51 117 -
CMYK 0 0.63 0.16 0.45
HSL 315º 0.46% 0.37% -
HSV(B) 315º 0.63% 0.55% -
XYZ 15.04 9.14 17.8 -
YUV 84.84 146.15 166.63 -
System Red Green Blue C M Y K H S L
Decimal 139 51 117 0 0.63 0.16 0.45 315 0.46 0.37
Hex 8B 33 75 0 3F 10 2D 13B 2E 25
Octal 213 63 165 0 77 20 55 473 56 45
Binary 10001011 110011 1110101 0 111111 10000 101101 100111011 101110 100101

Color Harmonies of #8B3375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3375

Black with #8B3375

Text Example


Text Example

White with #8B3375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,51,117); }

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

background-color css

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

 a { background-color: rgb(139,51,117); }

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

border-color css

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

 span { border-color: rgb(139,51,117); }

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