Html Css Color HEX #8F7DCE True V

📋 copy color: '#8F7DCE'

red 143 ◦ green 125 ◦ blue 206

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

Shades of True V #8F7DCE

Tints of True V #8F7DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.46%

R = 30.17%
G = 26.37%
B = 43.46%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F7DCE (or 0x8F7DCE) is known color: True V. HEX triplet: 8F, 7D and CE. RGB value is (143,125,206). Sum of RGB (Red+Green+Blue) = 143+125+206=474 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.17% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F7DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7DCE is #708231. Grayscale: #8B8B8B. Windows color (decimal): -7373362 or 13532559. OLE color: 13532559.

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

Color convert

RGB 143 125 206 -
CMYK 0.31 0.39 0 0.19
HSL 253.33º 0.45% 0.65% -
HSV(B) 253.33º 0.39% 0.81% -
XYZ 29.8 24.96 61.64 -
YUV 139.62 165.46 130.41 -
System Red Green Blue C M Y K H S L
Decimal 143 125 206 0.31 0.39 0 0.19 253.33 0.45 0.65
Hex 8F 7D CE 1F 27 0 13 FD 2D 41
Octal 217 175 316 37 47 0 23 375 55 101
Binary 10001111 1111101 11001110 11111 100111 0 10011 11111101 101101 1000001

Color Harmonies of #8F7DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7DCE

Black with #8F7DCE

Text Example


Text Example

White with #8F7DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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