Html Css Color HEX #8F6ED0 True V

📋 copy color: '#8F6ED0'

red 143 ◦ green 110 ◦ blue 208

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

Shades of True V #8F6ED0

Tints of True V #8F6ED0

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.86%

 BLUE value IS 208 (81.64% from 255) = 45.12%

R = 31.02%
G = 23.86%
B = 45.12%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8F6ED0 (or 0x8F6ED0) is known color: True V. HEX triplet: 8F, 6E and D0. RGB value is (143,110,208). Sum of RGB (Red+Green+Blue) = 143+110+208=461 (61% of max value = 765). Red value is 143 (56.25% from 255 or 31.02% from 461); Green value is 110 (43.36% from 255 or 23.86% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 208 - color contains mainly: blue. Hex color #8F6ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F6ED0 is #70912F. Grayscale: #828282. Windows color (decimal): -7377200 or 13659791. OLE color: 13659791.

HSL color Cylindrical-coordinate representation of color #8F6ED0: hue angle of 260.2º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8F6ED0 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 143 110 208 -
CMYK 0.31 0.47 0 0.18
HSL 260.2º 0.51% 0.62% -
HSV(B) 260.2º 0.47% 0.82% -
XYZ 28.29 21.55 62.34 -
YUV 131.04 171.43 136.53 -
System Red Green Blue C M Y K H S L
Decimal 143 110 208 0.31 0.47 0 0.18 260.2 0.51 0.62
Hex 8F 6E D0 1F 2F 0 12 104 33 3E
Octal 217 156 320 37 57 0 22 404 63 76
Binary 10001111 1101110 11010000 11111 101111 0 10010 100000100 110011 111110

Color Harmonies of #8F6ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6ED0

Black with #8F6ED0

Text Example


Text Example

White with #8F6ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,110,208); }

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

background-color css

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

 a { background-color: rgb(143,110,208); }

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

border-color css

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

 span { border-color: rgb(143,110,208); }

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