Html Css Color HEX #987ACF True V

📋 copy color: '#987ACF'

red 152 ◦ green 122 ◦ blue 207

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

Shades of True V #987ACF

Tints of True V #987ACF

RGB

 RED value IS 152 (59.77% from 255) = 31.6%

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

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

R = 31.6%
G = 25.36%
B = 43.04%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#987ACF (or 0x987ACF) is known color: True V. HEX triplet: 98, 7A and CF. RGB value is (152,122,207). Sum of RGB (Red+Green+Blue) = 152+122+207=481 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.60% from 481); Green value is 122 (48.05% from 255 or 25.36% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #987ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987ACF is #678530. Grayscale: #8C8C8C. Windows color (decimal): -6784305 or 13597336. OLE color: 13597336.

HSL color Cylindrical-coordinate representation of color #987ACF: hue angle of 261.18º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #987ACF is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 152 122 207 -
CMYK 0.27 0.41 0 0.19
HSL 261.18º 0.47% 0.65% -
HSV(B) 261.18º 0.41% 0.81% -
XYZ 31.17 25.1 62.23 -
YUV 140.66 165.44 136.09 -
System Red Green Blue C M Y K H S L
Decimal 152 122 207 0.27 0.41 0 0.19 261.18 0.47 0.65
Hex 98 7A CF 1B 29 0 13 105 2F 41
Octal 230 172 317 33 51 0 23 405 57 101
Binary 10011000 1111010 11001111 11011 101001 0 10011 100000101 101111 1000001

Color Harmonies of #987ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987ACF

Black with #987ACF

Text Example


Text Example

White with #987ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987ACF; }

 p { color: rgb(152,122,207); }

 H1.HeaderClassName
 {
   color: #987ACF;
 }
 .AnyTagClassName
 {
   color: #987ACF;
 }
</style>

background-color css

<style>
 a { background-color: #987ACF; }

 a { background-color: rgb(152,122,207); }

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

border-color css

<style>
 span { border-color: #987ACF; }

 span { border-color: rgb(152,122,207); }

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