Html Css Color HEX #997DEA Medium Purple

📋 copy color: '#997DEA'

red 153 ◦ green 125 ◦ blue 234

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

Shades of Medium Purple #997DEA

Tints of Medium Purple #997DEA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.41%

 BLUE value IS 234 (91.8% from 255) = 45.7%

R = 29.88%
G = 24.41%
B = 45.7%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#997DEA (or 0x997DEA) is known color: Medium Purple. HEX triplet: 99, 7D and EA. RGB value is (153,125,234). Sum of RGB (Red+Green+Blue) = 153+125+234=512 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.88% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #997DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997DEA is #668215. Grayscale: #919191. Windows color (decimal): -6717974 or 15367577. OLE color: 15367577.

HSL color Cylindrical-coordinate representation of color #997DEA: hue angle of 255.41º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #997DEA is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 153 125 234 -
CMYK 0.35 0.47 0 0.08
HSL 255.41º 0.72% 0.7% -
HSV(B) 255.41º 0.47% 0.92% -
XYZ 35.32 27.38 81.27 -
YUV 145.8 177.78 133.14 -
System Red Green Blue C M Y K H S L
Decimal 153 125 234 0.35 0.47 0 0.08 255.41 0.72 0.7
Hex 99 7D EA 23 2F 0 8 FF 48 46
Octal 231 175 352 43 57 0 10 377 110 106
Binary 10011001 1111101 11101010 100011 101111 0 1000 11111111 1001000 1000110

Color Harmonies of #997DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997DEA

Black with #997DEA

Text Example


Text Example

White with #997DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,125,234); }

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

background-color css

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

 a { background-color: rgb(153,125,234); }

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

border-color css

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

 span { border-color: rgb(153,125,234); }

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