Html Css Color HEX #997FCE True V

📋 copy color: '#997FCE'

red 153 ◦ green 127 ◦ blue 206

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

Shades of True V #997FCE

Tints of True V #997FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.39%

R = 31.48%
G = 26.13%
B = 42.39%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#997FCE (or 0x997FCE) is known color: True V. HEX triplet: 99, 7F and CE. RGB value is (153,127,206). Sum of RGB (Red+Green+Blue) = 153+127+206=486 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.48% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #997FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997FCE is #668031. Grayscale: #8F8F8F. Windows color (decimal): -6717490 or 13533081. OLE color: 13533081.

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

Color convert

RGB 153 127 206 -
CMYK 0.26 0.38 0 0.19
HSL 259.75º 0.45% 0.65% -
HSV(B) 259.75º 0.38% 0.81% -
XYZ 31.87 26.41 61.81 -
YUV 143.78 163.11 134.58 -
System Red Green Blue C M Y K H S L
Decimal 153 127 206 0.26 0.38 0 0.19 259.75 0.45 0.65
Hex 99 7F CE 1A 26 0 13 104 2D 41
Octal 231 177 316 32 46 0 23 404 55 101
Binary 10011001 1111111 11001110 11010 100110 0 10011 100000100 101101 1000001

Color Harmonies of #997FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997FCE

Black with #997FCE

Text Example


Text Example

White with #997FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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