Html Css Color HEX #8F74BE True V

📋 copy color: '#8F74BE'

red 143 ◦ green 116 ◦ blue 190

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

Shades of True V #8F74BE

Tints of True V #8F74BE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.84%

 BLUE value IS 190 (74.61% from 255) = 42.32%

R = 31.85%
G = 25.84%
B = 42.32%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F74BE (or 0x8F74BE) is known color: True V. HEX triplet: 8F, 74 and BE. RGB value is (143,116,190). Sum of RGB (Red+Green+Blue) = 143+116+190=449 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.85% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F74BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F74BE is #708B41. Grayscale: #848484. Windows color (decimal): -7375682 or 12481679. OLE color: 12481679.

HSL color Cylindrical-coordinate representation of color #8F74BE: hue angle of 261.89º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F74BE is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 143 116 190 -
CMYK 0.25 0.39 0 0.25
HSL 261.89º 0.36% 0.6% -
HSV(B) 261.89º 0.39% 0.75% -
XYZ 26.87 22.05 51.55 -
YUV 132.51 160.45 135.48 -
System Red Green Blue C M Y K H S L
Decimal 143 116 190 0.25 0.39 0 0.25 261.89 0.36 0.6
Hex 8F 74 BE 19 27 0 19 106 24 3C
Octal 217 164 276 31 47 0 31 406 44 74
Binary 10001111 1110100 10111110 11001 100111 0 11001 100000110 100100 111100

Color Harmonies of #8F74BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F74BE

Black with #8F74BE

Text Example


Text Example

White with #8F74BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,116,190); }

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

background-color css

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

 a { background-color: rgb(143,116,190); }

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

border-color css

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

 span { border-color: rgb(143,116,190); }

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