Html Css Color HEX #8F7ABE True V

📋 copy color: '#8F7ABE'

red 143 ◦ green 122 ◦ blue 190

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

Shades of True V #8F7ABE

Tints of True V #8F7ABE

RGB

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

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

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

R = 31.43%
G = 26.81%
B = 41.76%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F7ABE (or 0x8F7ABE) is known color: True V. HEX triplet: 8F, 7A and BE. RGB value is (143,122,190). Sum of RGB (Red+Green+Blue) = 143+122+190=455 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.43% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F7ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7ABE is #708541. Grayscale: #878787. Windows color (decimal): -7374146 or 12483215. OLE color: 12483215.

HSL color Cylindrical-coordinate representation of color #8F7ABE: hue angle of 258.53º 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 #8F7ABE is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 143 122 190 -
CMYK 0.25 0.36 0 0.25
HSL 258.53º 0.34% 0.61% -
HSV(B) 258.53º 0.36% 0.75% -
XYZ 27.58 23.48 51.79 -
YUV 136.03 158.46 132.97 -
System Red Green Blue C M Y K H S L
Decimal 143 122 190 0.25 0.36 0 0.25 258.53 0.34 0.61
Hex 8F 7A BE 19 24 0 19 103 22 3D
Octal 217 172 276 31 44 0 31 403 42 75
Binary 10001111 1111010 10111110 11001 100100 0 11001 100000011 100010 111101

Color Harmonies of #8F7ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7ABE

Black with #8F7ABE

Text Example


Text Example

White with #8F7ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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