Html Css Color HEX #8F7ACE True V

📋 copy color: '#8F7ACE'

red 143 ◦ green 122 ◦ blue 206

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

Shades of True V #8F7ACE

Tints of True V #8F7ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.74%

R = 30.36%
G = 25.9%
B = 43.74%

CMYK

 C value IS 0.31

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F7ACE (or 0x8F7ACE) is known color: True V. HEX triplet: 8F, 7A and CE. RGB value is (143,122,206). Sum of RGB (Red+Green+Blue) = 143+122+206=471 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.36% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F7ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7ACE is #708531. Grayscale: #898989. Windows color (decimal): -7374130 or 13531791. OLE color: 13531791.

HSL color Cylindrical-coordinate representation of color #8F7ACE: hue angle of 255º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F7ACE is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 143 122 206 -
CMYK 0.31 0.41 0 0.19
HSL 255º 0.46% 0.64% -
HSV(B) 255º 0.41% 0.81% -
XYZ 29.43 24.21 61.52 -
YUV 137.86 166.46 131.67 -
System Red Green Blue C M Y K H S L
Decimal 143 122 206 0.31 0.41 0 0.19 255 0.46 0.64
Hex 8F 7A CE 1F 29 0 13 FF 2E 40
Octal 217 172 316 37 51 0 23 377 56 100
Binary 10001111 1111010 11001110 11111 101001 0 10011 11111111 101110 1000000

Color Harmonies of #8F7ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7ACE

Black with #8F7ACE

Text Example


Text Example

White with #8F7ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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