Html Css Color HEX #997AF3 Medium Purple

📋 copy color: '#997AF3'

red 153 ◦ green 122 ◦ blue 243

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

Shades of Medium Purple #997AF3

Tints of Medium Purple #997AF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 46.91%

R = 29.54%
G = 23.55%
B = 46.91%

CMYK

 C value IS 0.37

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#997AF3 (or 0x997AF3) is known color: Medium Purple. HEX triplet: 99, 7A and F3. RGB value is (153,122,243). Sum of RGB (Red+Green+Blue) = 153+122+243=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 243 (95.31% from 255 or 46.91% from 518); Max value from RGB is 243 - color contains mainly: blue. Hex color #997AF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997AF3 is #66850C. Grayscale: #909090. Windows color (decimal): -6718733 or 15956633. OLE color: 15956633.

HSL color Cylindrical-coordinate representation of color #997AF3: hue angle of 255.37º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #997AF3 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 153 122 243 -
CMYK 0.37 0.50 0 0.05
HSL 255.37º 0.83% 0.72% -
HSV(B) 255.37º 0.5% 0.95% -
XYZ 36.27 27.16 88.13 -
YUV 145.06 183.27 133.66 -
System Red Green Blue C M Y K H S L
Decimal 153 122 243 0.37 0.50 0 0.05 255.37 0.83 0.72
Hex 99 7A F3 25 32 0 5 FF 53 48
Octal 231 172 363 45 62 0 5 377 123 110
Binary 10011001 1111010 11110011 100101 110010 0 101 11111111 1010011 1001000

Color Harmonies of #997AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997AF3

Black with #997AF3

Text Example


Text Example

White with #997AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,122,243); }

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

background-color css

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

 a { background-color: rgb(153,122,243); }

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

border-color css

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

 span { border-color: rgb(153,122,243); }

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