Html Css Color HEX #8B7ABE True V

📋 copy color: '#8B7ABE'

red 139 ◦ green 122 ◦ blue 190

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

Shades of True V #8B7ABE

Tints of True V #8B7ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.13%

R = 30.82%
G = 27.05%
B = 42.13%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8B7ABE (or 0x8B7ABE) is known color: True V. HEX triplet: 8B, 7A and BE. RGB value is (139,122,190). Sum of RGB (Red+Green+Blue) = 139+122+190=451 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.82% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B7ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7ABE is #748541. Grayscale: #868686. Windows color (decimal): -7636290 or 12483211. OLE color: 12483211.

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

Color convert

RGB 139 122 190 -
CMYK 0.27 0.36 0 0.25
HSL 255º 0.34% 0.61% -
HSV(B) 255º 0.36% 0.75% -
XYZ 26.9 23.13 51.76 -
YUV 134.84 159.13 130.97 -
System Red Green Blue C M Y K H S L
Decimal 139 122 190 0.27 0.36 0 0.25 255 0.34 0.61
Hex 8B 7A BE 1B 24 0 19 FF 22 3D
Octal 213 172 276 33 44 0 31 377 42 75
Binary 10001011 1111010 10111110 11011 100100 0 11001 11111111 100010 111101

Color Harmonies of #8B7ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7ABE

Black with #8B7ABE

Text Example


Text Example

White with #8B7ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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