Html Css Color HEX #8F7CC6 True V

📋 copy color: '#8F7CC6'

red 143 ◦ green 124 ◦ blue 198

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

Shades of True V #8F7CC6

Tints of True V #8F7CC6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.67%

 BLUE value IS 198 (77.73% from 255) = 42.58%

R = 30.75%
G = 26.67%
B = 42.58%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8F7CC6 (or 0x8F7CC6) is known color: True V. HEX triplet: 8F, 7C and C6. RGB value is (143,124,198). Sum of RGB (Red+Green+Blue) = 143+124+198=465 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.75% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 198 (77.73% from 255 or 42.58% from 465); Max value from RGB is 198 - color contains mainly: blue. Hex color #8F7CC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7CC6 is #708339. Grayscale: #898989. Windows color (decimal): -7373626 or 13008015. OLE color: 13008015.

HSL color Cylindrical-coordinate representation of color #8F7CC6: hue angle of 255.41º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8F7CC6 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 143 124 198 -
CMYK 0.28 0.37 0 0.22
HSL 255.41º 0.39% 0.63% -
HSV(B) 255.41º 0.37% 0.78% -
XYZ 28.73 24.33 56.61 -
YUV 138.12 161.79 131.48 -
System Red Green Blue C M Y K H S L
Decimal 143 124 198 0.28 0.37 0 0.22 255.41 0.39 0.63
Hex 8F 7C C6 1C 25 0 16 FF 27 3F
Octal 217 174 306 34 45 0 26 377 47 77
Binary 10001111 1111100 11000110 11100 100101 0 10110 11111111 100111 111111

Color Harmonies of #8F7CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7CC6

Black with #8F7CC6

Text Example


Text Example

White with #8F7CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,124,198); }

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

background-color css

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

 a { background-color: rgb(143,124,198); }

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

border-color css

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

 span { border-color: rgb(143,124,198); }

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