Html Css Color HEX #8B067D Purple

📋 copy color: '#8B067D'

red 139 ◦ green 6 ◦ blue 125

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

Shades of Purple #8B067D

Tints of Purple #8B067D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.22%

 BLUE value IS 125 (49.22% from 255) = 46.3%

R = 51.48%
G = 2.22%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8B067D (or 0x8B067D) is known color: Purple. HEX triplet: 8B, 06 and 7D. RGB value is (139,6,125). Sum of RGB (Red+Green+Blue) = 139+6+125=270 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.48% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 125 (49.22% from 255 or 46.30% from 270); Max value from RGB is 139 - color contains mainly: red. Hex color #8B067D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B067D is #74F982. Grayscale: #3A3A3A. Windows color (decimal): -7666051 or 8193675. OLE color: 8193675.

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

Color convert

RGB 139 6 125 -
CMYK 0 0.96 0.10 0.45
HSL 306.32º 0.92% 0.28% -
HSV(B) 306.32º 0.96% 0.55% -
XYZ 14.41 7.1 20.01 -
YUV 59.33 165.06 184.82 -
System Red Green Blue C M Y K H S L
Decimal 139 6 125 0 0.96 0.10 0.45 306.32 0.92 0.28
Hex 8B 6 7D 0 60 A 2D 132 5C 1C
Octal 213 6 175 0 140 12 55 462 134 34
Binary 10001011 110 1111101 0 1100000 1010 101101 100110010 1011100 11100

Color Harmonies of #8B067D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B067D

Black with #8B067D

Text Example


Text Example

White with #8B067D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,6,125); }

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

background-color css

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

 a { background-color: rgb(139,6,125); }

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

border-color css

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

 span { border-color: rgb(139,6,125); }

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