Html Css Color HEX #8F6ECD True V

📋 copy color: '#8F6ECD'

red 143 ◦ green 110 ◦ blue 205

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

Shades of True V #8F6ECD

Tints of True V #8F6ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.76%

R = 31.22%
G = 24.02%
B = 44.76%

CMYK

 C value IS 0.30

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8F6ECD (or 0x8F6ECD) is known color: True V. HEX triplet: 8F, 6E and CD. RGB value is (143,110,205). Sum of RGB (Red+Green+Blue) = 143+110+205=458 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.22% from 458); Green value is 110 (43.36% from 255 or 24.02% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F6ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F6ECD is #709132. Grayscale: #828282. Windows color (decimal): -7377203 or 13463183. OLE color: 13463183.

HSL color Cylindrical-coordinate representation of color #8F6ECD: hue angle of 260.84º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8F6ECD is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 143 110 205 -
CMYK 0.30 0.46 0 0.20
HSL 260.84º 0.49% 0.62% -
HSV(B) 260.84º 0.46% 0.8% -
XYZ 27.92 21.4 60.42 -
YUV 130.7 169.93 136.78 -
System Red Green Blue C M Y K H S L
Decimal 143 110 205 0.30 0.46 0 0.20 260.84 0.49 0.62
Hex 8F 6E CD 1E 2E 0 14 105 31 3E
Octal 217 156 315 36 56 0 24 405 61 76
Binary 10001111 1101110 11001101 11110 101110 0 10100 100000101 110001 111110

Color Harmonies of #8F6ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6ECD

Black with #8F6ECD

Text Example


Text Example

White with #8F6ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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