Html Css Color HEX #8F7DCF True V

📋 copy color: '#8F7DCF'

red 143 ◦ green 125 ◦ blue 207

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

Shades of True V #8F7DCF

Tints of True V #8F7DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.58%

R = 30.11%
G = 26.32%
B = 43.58%

CMYK

 C value IS 0.31

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F7DCF (or 0x8F7DCF) is known color: True V. HEX triplet: 8F, 7D and CF. RGB value is (143,125,207). Sum of RGB (Red+Green+Blue) = 143+125+207=475 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.11% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F7DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7DCF is #708230. Grayscale: #8B8B8B. Windows color (decimal): -7373361 or 13598095. OLE color: 13598095.

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

Color convert

RGB 143 125 207 -
CMYK 0.31 0.40 0 0.19
HSL 253.17º 0.46% 0.65% -
HSV(B) 253.17º 0.4% 0.81% -
XYZ 29.92 25.01 62.28 -
YUV 139.73 165.96 130.33 -
System Red Green Blue C M Y K H S L
Decimal 143 125 207 0.31 0.40 0 0.19 253.17 0.46 0.65
Hex 8F 7D CF 1F 28 0 13 FD 2E 41
Octal 217 175 317 37 50 0 23 375 56 101
Binary 10001111 1111101 11001111 11111 101000 0 10011 11111101 101110 1000001

Color Harmonies of #8F7DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7DCF

Black with #8F7DCF

Text Example


Text Example

White with #8F7DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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