Html Css Color HEX #8F7ECA True V

📋 copy color: '#8F7ECA'

red 143 ◦ green 126 ◦ blue 202

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

Shades of True V #8F7ECA

Tints of True V #8F7ECA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.75%

 BLUE value IS 202 (79.3% from 255) = 42.89%

R = 30.36%
G = 26.75%
B = 42.89%

CMYK

 C value IS 0.29

 M value IS 0.38

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8F7ECA (or 0x8F7ECA) is known color: True V. HEX triplet: 8F, 7E and CA. RGB value is (143,126,202). Sum of RGB (Red+Green+Blue) = 143+126+202=471 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.36% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F7ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7ECA is #708135. Grayscale: #8B8B8B. Windows color (decimal): -7373110 or 13270671. OLE color: 13270671.

HSL color Cylindrical-coordinate representation of color #8F7ECA: hue angle of 253.42º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F7ECA is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 143 126 202 -
CMYK 0.29 0.38 0 0.21
HSL 253.42º 0.42% 0.64% -
HSV(B) 253.42º 0.38% 0.79% -
XYZ 29.45 25.03 59.16 -
YUV 139.75 163.13 130.32 -
System Red Green Blue C M Y K H S L
Decimal 143 126 202 0.29 0.38 0 0.21 253.42 0.42 0.64
Hex 8F 7E CA 1D 26 0 15 FD 2A 40
Octal 217 176 312 35 46 0 25 375 52 100
Binary 10001111 1111110 11001010 11101 100110 0 10101 11111101 101010 1000000

Color Harmonies of #8F7ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7ECA

Black with #8F7ECA

Text Example


Text Example

White with #8F7ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,126,202); }

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

background-color css

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

 a { background-color: rgb(143,126,202); }

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

border-color css

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

 span { border-color: rgb(143,126,202); }

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