Html Css Color HEX #997FCF True V

📋 copy color: '#997FCF'

red 153 ◦ green 127 ◦ blue 207

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

Shades of True V #997FCF

Tints of True V #997FCF

RGB

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

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

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

R = 31.42%
G = 26.08%
B = 42.51%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#997FCF (or 0x997FCF) is known color: True V. HEX triplet: 99, 7F and CF. RGB value is (153,127,207). Sum of RGB (Red+Green+Blue) = 153+127+207=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 127 (50% from 255 or 26.08% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #997FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997FCF is #668030. Grayscale: #8F8F8F. Windows color (decimal): -6717489 or 13598617. OLE color: 13598617.

HSL color Cylindrical-coordinate representation of color #997FCF: hue angle of 259.5º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #997FCF is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 127 207 -
CMYK 0.26 0.39 0 0.19
HSL 259.5º 0.45% 0.65% -
HSV(B) 259.5º 0.39% 0.81% -
XYZ 31.99 26.46 62.45 -
YUV 143.89 163.61 134.5 -
System Red Green Blue C M Y K H S L
Decimal 153 127 207 0.26 0.39 0 0.19 259.5 0.45 0.65
Hex 99 7F CF 1A 27 0 13 104 2D 41
Octal 231 177 317 32 47 0 23 404 55 101
Binary 10011001 1111111 11001111 11010 100111 0 10011 100000100 101101 1000001

Color Harmonies of #997FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997FCF

Black with #997FCF

Text Example


Text Example

White with #997FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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