Html Css Color HEX #8B7ABA True V

📋 copy color: '#8B7ABA'

red 139 ◦ green 122 ◦ blue 186

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

Shades of True V #8B7ABA

Tints of True V #8B7ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.61%

R = 31.1%
G = 27.29%
B = 41.61%

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

#8B7ABA (or 0x8B7ABA) is known color: True V. HEX triplet: 8B, 7A and BA. RGB value is (139,122,186). Sum of RGB (Red+Green+Blue) = 139+122+186=447 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.10% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B7ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7ABA is #748545. Grayscale: #868686. Windows color (decimal): -7636294 or 12221067. OLE color: 12221067.

HSL color Cylindrical-coordinate representation of color #8B7ABA: hue angle of 255.94º degrees, saturation: 0.32, 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 #8B7ABA is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 139 122 186 -
CMYK 0.25 0.34 0 0.27
HSL 255.94º 0.32% 0.6% -
HSV(B) 255.94º 0.34% 0.73% -
XYZ 26.47 22.95 49.49 -
YUV 134.38 157.13 131.3 -
System Red Green Blue C M Y K H S L
Decimal 139 122 186 0.25 0.34 0 0.27 255.94 0.32 0.6
Hex 8B 7A BA 19 22 0 1B 100 20 3C
Octal 213 172 272 31 42 0 33 400 40 74
Binary 10001011 1111010 10111010 11001 100010 0 11011 100000000 100000 111100

Color Harmonies of #8B7ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7ABA

Black with #8B7ABA

Text Example


Text Example

White with #8B7ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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