Html Css Color HEX #8F7DC6 True V

📋 copy color: '#8F7DC6'

red 143 ◦ green 125 ◦ blue 198

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

Shades of True V #8F7DC6

Tints of True V #8F7DC6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.82%

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

R = 30.69%
G = 26.82%
B = 42.49%

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

#8F7DC6 (or 0x8F7DC6) is known color: True V. HEX triplet: 8F, 7D and C6. RGB value is (143,125,198). Sum of RGB (Red+Green+Blue) = 143+125+198=466 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.69% from 466); Green value is 125 (49.22% from 255 or 26.82% from 466); Blue value is 198 (77.73% from 255 or 42.49% from 466); Max value from RGB is 198 - color contains mainly: blue. Hex color #8F7DC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7DC6 is #708239. Grayscale: #8A8A8A. Windows color (decimal): -7373370 or 13008271. OLE color: 13008271.

HSL color Cylindrical-coordinate representation of color #8F7DC6: hue angle of 254.79º 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 #8F7DC6 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 143 125 198 -
CMYK 0.28 0.37 0 0.22
HSL 254.79º 0.39% 0.63% -
HSV(B) 254.79º 0.37% 0.78% -
XYZ 28.85 24.58 56.65 -
YUV 138.7 161.46 131.06 -
System Red Green Blue C M Y K H S L
Decimal 143 125 198 0.28 0.37 0 0.22 254.79 0.39 0.63
Hex 8F 7D C6 1C 25 0 16 FF 27 3F
Octal 217 175 306 34 45 0 26 377 47 77
Binary 10001111 1111101 11000110 11100 100101 0 10110 11111111 100111 111111

Color Harmonies of #8F7DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7DC6

Black with #8F7DC6

Text Example


Text Example

White with #8F7DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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