Html Css Color HEX #8B007E Purple

📋 copy color: '#8B007E'

red 139 ◦ green 0 ◦ blue 126

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

Shades of Purple #8B007E

Tints of Purple #8B007E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 126 (49.61% from 255) = 47.55%

R = 52.45%
G = 0%
B = 47.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8B007E (or 0x8B007E) is known color: Purple. HEX triplet: 8B, 00 and 7E. RGB value is (139,0,126). Sum of RGB (Red+Green+Blue) = 139+0+126=265 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.45% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 126 (49.61% from 255 or 47.55% from 265); Max value from RGB is 139 - color contains mainly: red. Hex color #8B007E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B007E is #74FF81. Grayscale: #373737. Windows color (decimal): -7667586 or 8257675. OLE color: 8257675.

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

Color convert

RGB 139 0 126 -
CMYK 0 1 0.09 0.45
HSL 305.61º 1% 0.27% -
HSV(B) 305.61º 1% 0.55% -
XYZ 14.41 7 20.33 -
YUV 55.93 167.55 187.25 -
System Red Green Blue C M Y K H S L
Decimal 139 0 126 0 1 0.09 0.45 305.61 1 0.27
Hex 8B 0 7E 0 64 9 2D 132 64 1B
Octal 213 0 176 0 144 11 55 462 144 33
Binary 10001011 0 1111110 0 1100100 1001 101101 100110010 1100100 11011

Color Harmonies of #8B007E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B007E

Black with #8B007E

Text Example


Text Example

White with #8B007E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,0,126); }

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

background-color css

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

 a { background-color: rgb(139,0,126); }

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

border-color css

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

 span { border-color: rgb(139,0,126); }

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