Html Css Color HEX #8F7ABA True V

📋 copy color: '#8F7ABA'

red 143 ◦ green 122 ◦ blue 186

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

Shades of True V #8F7ABA

Tints of True V #8F7ABA

RGB

 RED value IS 143 (56.25% from 255) = 31.71%

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

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

R = 31.71%
G = 27.05%
B = 41.24%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8F7ABA (or 0x8F7ABA) is known color: True V. HEX triplet: 8F, 7A and BA. RGB value is (143,122,186). Sum of RGB (Red+Green+Blue) = 143+122+186=451 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.71% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F7ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7ABA is #708545. Grayscale: #878787. Windows color (decimal): -7374150 or 12221071. OLE color: 12221071.

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

Color convert

RGB 143 122 186 -
CMYK 0.23 0.34 0 0.27
HSL 259.69º 0.32% 0.6% -
HSV(B) 259.69º 0.34% 0.73% -
XYZ 27.15 23.3 49.52 -
YUV 135.58 156.46 133.3 -
System Red Green Blue C M Y K H S L
Decimal 143 122 186 0.23 0.34 0 0.27 259.69 0.32 0.6
Hex 8F 7A BA 17 22 0 1B 104 20 3C
Octal 217 172 272 27 42 0 33 404 40 74
Binary 10001111 1111010 10111010 10111 100010 0 11011 100000100 100000 111100

Color Harmonies of #8F7ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7ABA

Black with #8F7ABA

Text Example


Text Example

White with #8F7ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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