Html Css Color HEX #997FDA Medium Purple

📋 copy color: '#997FDA'

red 153 ◦ green 127 ◦ blue 218

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

Shades of Medium Purple #997FDA

Tints of Medium Purple #997FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.78%

R = 30.72%
G = 25.5%
B = 43.78%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#997FDA (or 0x997FDA) is known color: Medium Purple. HEX triplet: 99, 7F and DA. RGB value is (153,127,218). Sum of RGB (Red+Green+Blue) = 153+127+218=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #997FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997FDA is #668025. Grayscale: #909090. Windows color (decimal): -6717478 or 14319513. OLE color: 14319513.

HSL color Cylindrical-coordinate representation of color #997FDA: hue angle of 257.14º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #997FDA is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 127 218 -
CMYK 0.30 0.42 0 0.15
HSL 257.14º 0.55% 0.68% -
HSV(B) 257.14º 0.42% 0.85% -
XYZ 33.38 27.01 69.78 -
YUV 145.15 169.11 133.6 -
System Red Green Blue C M Y K H S L
Decimal 153 127 218 0.30 0.42 0 0.15 257.14 0.55 0.68
Hex 99 7F DA 1E 2A 0 F 101 37 44
Octal 231 177 332 36 52 0 17 401 67 104
Binary 10011001 1111111 11011010 11110 101010 0 1111 100000001 110111 1000100

Color Harmonies of #997FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997FDA

Black with #997FDA

Text Example


Text Example

White with #997FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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