Html Css Color HEX #8B7AB9 True V

📋 copy color: '#8B7AB9'

red 139 ◦ green 122 ◦ blue 185

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

Shades of True V #8B7AB9

Tints of True V #8B7AB9

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.35%

 BLUE value IS 185 (72.66% from 255) = 41.48%

R = 31.17%
G = 27.35%
B = 41.48%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8B7AB9 (or 0x8B7AB9) is known color: True V. HEX triplet: 8B, 7A and B9. RGB value is (139,122,185). Sum of RGB (Red+Green+Blue) = 139+122+185=446 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.17% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 185 - color contains mainly: blue. Hex color #8B7AB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7AB9 is #748546. Grayscale: #868686. Windows color (decimal): -7636295 or 12155531. OLE color: 12155531.

HSL color Cylindrical-coordinate representation of color #8B7AB9: hue angle of 256.19º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8B7AB9 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 139 122 185 -
CMYK 0.25 0.34 0 0.27
HSL 256.19º 0.31% 0.6% -
HSV(B) 256.19º 0.34% 0.73% -
XYZ 26.36 22.91 48.93 -
YUV 134.27 156.63 131.38 -
System Red Green Blue C M Y K H S L
Decimal 139 122 185 0.25 0.34 0 0.27 256.19 0.31 0.6
Hex 8B 7A B9 19 22 0 1B 100 1F 3C
Octal 213 172 271 31 42 0 33 400 37 74
Binary 10001011 1111010 10111001 11001 100010 0 11011 100000000 11111 111100

Color Harmonies of #8B7AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7AB9

Black with #8B7AB9

Text Example


Text Example

White with #8B7AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,122,185); }

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

background-color css

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

 a { background-color: rgb(139,122,185); }

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

border-color css

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

 span { border-color: rgb(139,122,185); }

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