Html Css Color HEX #8F70CC True V

📋 copy color: '#8F70CC'

red 143 ◦ green 112 ◦ blue 204

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

Shades of True V #8F70CC

Tints of True V #8F70CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.44%

R = 31.15%
G = 24.4%
B = 44.44%

CMYK

 C value IS 0.30

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8F70CC (or 0x8F70CC) is known color: True V. HEX triplet: 8F, 70 and CC. RGB value is (143,112,204). Sum of RGB (Red+Green+Blue) = 143+112+204=459 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.15% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F70CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F70CC is #708F33. Grayscale: #838383. Windows color (decimal): -7376692 or 13398159. OLE color: 13398159.

HSL color Cylindrical-coordinate representation of color #8F70CC: hue angle of 260.22º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8F70CC is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 143 112 204 -
CMYK 0.30 0.45 0 0.2
HSL 260.22º 0.47% 0.62% -
HSV(B) 260.22º 0.45% 0.8% -
XYZ 28.02 21.79 59.86 -
YUV 131.76 168.77 136.02 -
System Red Green Blue C M Y K H S L
Decimal 143 112 204 0.30 0.45 0 0.2 260.22 0.47 0.62
Hex 8F 70 CC 1E 2D 0 14 104 2F 3E
Octal 217 160 314 36 55 0 24 404 57 76
Binary 10001111 1110000 11001100 11110 101101 0 10100 100000100 101111 111110

Color Harmonies of #8F70CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F70CC

Black with #8F70CC

Text Example


Text Example

White with #8F70CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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