Html Css Color HEX #997FCD True V

📋 copy color: '#997FCD'

red 153 ◦ green 127 ◦ blue 205

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

Shades of True V #997FCD

Tints of True V #997FCD

RGB

 RED value IS 153 (60.16% from 255) = 31.55%

 GREEN value IS 127 (50% from 255) = 26.19%

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

R = 31.55%
G = 26.19%
B = 42.27%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#997FCD (or 0x997FCD) is known color: True V. HEX triplet: 99, 7F and CD. RGB value is (153,127,205). Sum of RGB (Red+Green+Blue) = 153+127+205=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #997FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997FCD is #668032. Grayscale: #8F8F8F. Windows color (decimal): -6717491 or 13467545. OLE color: 13467545.

HSL color Cylindrical-coordinate representation of color #997FCD: hue angle of 260º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #997FCD is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 127 205 -
CMYK 0.25 0.38 0 0.20
HSL 260º 0.44% 0.65% -
HSV(B) 260º 0.38% 0.8% -
XYZ 31.75 26.36 61.17 -
YUV 143.67 162.61 134.66 -
System Red Green Blue C M Y K H S L
Decimal 153 127 205 0.25 0.38 0 0.20 260 0.44 0.65
Hex 99 7F CD 19 26 0 14 104 2C 41
Octal 231 177 315 31 46 0 24 404 54 101
Binary 10011001 1111111 11001101 11001 100110 0 10100 100000100 101100 1000001

Color Harmonies of #997FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997FCD

Black with #997FCD

Text Example


Text Example

White with #997FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997FCD; }

 p { color: rgb(153,127,205); }

 H1.HeaderClassName
 {
   color: #997FCD;
 }
 .AnyTagClassName
 {
   color: #997FCD;
 }
</style>

background-color css

<style>
 a { background-color: #997FCD; }

 a { background-color: rgb(153,127,205); }

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

border-color css

<style>
 span { border-color: #997FCD; }

 span { border-color: rgb(153,127,205); }

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