Html Css Color HEX #8B0275 Purple

📋 copy color: '#8B0275'

red 139 ◦ green 2 ◦ blue 117

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

Shades of Purple #8B0275

Tints of Purple #8B0275

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

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

R = 53.88%
G = 0.78%
B = 45.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#8B0275 (or 0x8B0275) is known color: Purple. HEX triplet: 8B, 02 and 75. RGB value is (139,2,117). Sum of RGB (Red+Green+Blue) = 139+2+117=258 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.88% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 117 (46.09% from 255 or 45.35% from 258); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0275 is #74FD8A. Grayscale: #373737. Windows color (decimal): -7667083 or 7668363. OLE color: 7668363.

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

Color convert

RGB 139 2 117 -
CMYK 0 0.99 0.16 0.45
HSL 309.64º 0.97% 0.28% -
HSV(B) 309.64º 0.99% 0.55% -
XYZ 13.88 6.82 17.41 -
YUV 56.07 162.39 187.15 -
System Red Green Blue C M Y K H S L
Decimal 139 2 117 0 0.99 0.16 0.45 309.64 0.97 0.28
Hex 8B 2 75 0 63 10 2D 136 61 1C
Octal 213 2 165 0 143 20 55 466 141 34
Binary 10001011 10 1110101 0 1100011 10000 101101 100110110 1100001 11100

Color Harmonies of #8B0275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0275

Black with #8B0275

Text Example


Text Example

White with #8B0275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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