Html Css Color HEX #8F70CE True V

📋 copy color: '#8F70CE'

red 143 ◦ green 112 ◦ blue 206

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

Shades of True V #8F70CE

Tints of True V #8F70CE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.3%

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

R = 31.02%
G = 24.3%
B = 44.69%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F70CE (or 0x8F70CE) is known color: True V. HEX triplet: 8F, 70 and CE. RGB value is (143,112,206). Sum of RGB (Red+Green+Blue) = 143+112+206=461 (61% of max value = 765). Red value is 143 (56.25% from 255 or 31.02% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F70CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F70CE is #708F31. Grayscale: #838383. Windows color (decimal): -7376690 or 13529231. OLE color: 13529231.

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

Color convert

RGB 143 112 206 -
CMYK 0.31 0.46 0 0.19
HSL 259.79º 0.49% 0.62% -
HSV(B) 259.79º 0.46% 0.81% -
XYZ 28.26 21.88 61.13 -
YUV 131.99 169.77 135.86 -
System Red Green Blue C M Y K H S L
Decimal 143 112 206 0.31 0.46 0 0.19 259.79 0.49 0.62
Hex 8F 70 CE 1F 2E 0 13 104 31 3E
Octal 217 160 316 37 56 0 23 404 61 76
Binary 10001111 1110000 11001110 11111 101110 0 10011 100000100 110001 111110

Color Harmonies of #8F70CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F70CE

Black with #8F70CE

Text Example


Text Example

White with #8F70CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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