Html Css Color HEX #8F71CD True V

📋 copy color: '#8F71CD'

red 143 ◦ green 113 ◦ blue 205

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

Shades of True V #8F71CD

Tints of True V #8F71CD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.51%

 BLUE value IS 205 (80.47% from 255) = 44.47%

R = 31.02%
G = 24.51%
B = 44.47%

CMYK

 C value IS 0.30

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8F71CD (or 0x8F71CD) is known color: True V. HEX triplet: 8F, 71 and CD. RGB value is (143,113,205). Sum of RGB (Red+Green+Blue) = 143+113+205=461 (61% of max value = 765). Red value is 143 (56.25% from 255 or 31.02% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F71CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F71CD is #708E32. Grayscale: #848484. Windows color (decimal): -7376435 or 13463951. OLE color: 13463951.

HSL color Cylindrical-coordinate representation of color #8F71CD: hue angle of 259.57º degrees, saturation: 0.48, 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 #8F71CD is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 143 113 205 -
CMYK 0.30 0.45 0 0.20
HSL 259.57º 0.48% 0.62% -
HSV(B) 259.57º 0.45% 0.8% -
XYZ 28.25 22.06 60.53 -
YUV 132.46 168.94 135.52 -
System Red Green Blue C M Y K H S L
Decimal 143 113 205 0.30 0.45 0 0.20 259.57 0.48 0.62
Hex 8F 71 CD 1E 2D 0 14 104 30 3E
Octal 217 161 315 36 55 0 24 404 60 76
Binary 10001111 1110001 11001101 11110 101101 0 10100 100000100 110000 111110

Color Harmonies of #8F71CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F71CD

Black with #8F71CD

Text Example


Text Example

White with #8F71CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,113,205); }

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

background-color css

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

 a { background-color: rgb(143,113,205); }

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

border-color css

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

 span { border-color: rgb(143,113,205); }

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