Html Css Color HEX #8F7AD0 True V

📋 copy color: '#8F7AD0'

red 143 ◦ green 122 ◦ blue 208

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

Shades of True V #8F7AD0

Tints of True V #8F7AD0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.79%

 BLUE value IS 208 (81.64% from 255) = 43.97%

R = 30.23%
G = 25.79%
B = 43.97%

CMYK

 C value IS 0.31

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8F7AD0 (or 0x8F7AD0) is known color: True V. HEX triplet: 8F, 7A and D0. RGB value is (143,122,208). Sum of RGB (Red+Green+Blue) = 143+122+208=473 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.23% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 208 - color contains mainly: blue. Hex color #8F7AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7AD0 is #70852F. Grayscale: #898989. Windows color (decimal): -7374128 or 13662863. OLE color: 13662863.

HSL color Cylindrical-coordinate representation of color #8F7AD0: hue angle of 254.65º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F7AD0 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 143 122 208 -
CMYK 0.31 0.41 0 0.18
HSL 254.65º 0.48% 0.65% -
HSV(B) 254.65º 0.41% 0.82% -
XYZ 29.67 24.31 62.8 -
YUV 138.08 167.46 131.51 -
System Red Green Blue C M Y K H S L
Decimal 143 122 208 0.31 0.41 0 0.18 254.65 0.48 0.65
Hex 8F 7A D0 1F 29 0 12 FF 30 41
Octal 217 172 320 37 51 0 22 377 60 101
Binary 10001111 1111010 11010000 11111 101001 0 10010 11111111 110000 1000001

Color Harmonies of #8F7AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7AD0

Black with #8F7AD0

Text Example


Text Example

White with #8F7AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,122,208); }

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

background-color css

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

 a { background-color: rgb(143,122,208); }

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

border-color css

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

 span { border-color: rgb(143,122,208); }

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