Html Css Color HEX #8F74CF True V

📋 copy color: '#8F74CF'

red 143 ◦ green 116 ◦ blue 207

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

Shades of True V #8F74CF

Tints of True V #8F74CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.42%

R = 30.69%
G = 24.89%
B = 44.42%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F74CF (or 0x8F74CF) is known color: True V. HEX triplet: 8F, 74 and CF. RGB value is (143,116,207). Sum of RGB (Red+Green+Blue) = 143+116+207=466 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.69% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F74CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F74CF is #708B30. Grayscale: #868686. Windows color (decimal): -7375665 or 13595791. OLE color: 13595791.

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

Color convert

RGB 143 116 207 -
CMYK 0.31 0.44 0 0.19
HSL 257.8º 0.49% 0.63% -
HSV(B) 257.8º 0.44% 0.81% -
XYZ 28.84 22.84 61.92 -
YUV 134.45 168.95 134.1 -
System Red Green Blue C M Y K H S L
Decimal 143 116 207 0.31 0.44 0 0.19 257.8 0.49 0.63
Hex 8F 74 CF 1F 2C 0 13 102 31 3F
Octal 217 164 317 37 54 0 23 402 61 77
Binary 10001111 1110100 11001111 11111 101100 0 10011 100000010 110001 111111

Color Harmonies of #8F74CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F74CF

Black with #8F74CF

Text Example


Text Example

White with #8F74CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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