Html Css Color HEX #9972ED Medium Purple

📋 copy color: '#9972ED'

red 153 ◦ green 114 ◦ blue 237

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

Shades of Medium Purple #9972ED

Tints of Medium Purple #9972ED

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.62%

 BLUE value IS 237 (92.97% from 255) = 47.02%

R = 30.36%
G = 22.62%
B = 47.02%

CMYK

 C value IS 0.35

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9972ED (or 0x9972ED) is known color: Medium Purple. HEX triplet: 99, 72 and ED. RGB value is (153,114,237). Sum of RGB (Red+Green+Blue) = 153+114+237=504 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.36% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #9972ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9972ED is #668D12. Grayscale: #8B8B8B. Windows color (decimal): -6720787 or 15561369. OLE color: 15561369.

HSL color Cylindrical-coordinate representation of color #9972ED: hue angle of 259.02º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9972ED is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 153 114 237 -
CMYK 0.35 0.52 0 0.07
HSL 259.02º 0.77% 0.69% -
HSV(B) 259.02º 0.52% 0.93% -
XYZ 34.44 24.92 83.12 -
YUV 139.68 182.92 137.5 -
System Red Green Blue C M Y K H S L
Decimal 153 114 237 0.35 0.52 0 0.07 259.02 0.77 0.69
Hex 99 72 ED 23 34 0 7 103 4D 45
Octal 231 162 355 43 64 0 7 403 115 105
Binary 10011001 1110010 11101101 100011 110100 0 111 100000011 1001101 1000101

Color Harmonies of #9972ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9972ED

Black with #9972ED

Text Example


Text Example

White with #9972ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9972ED; }

 p { color: rgb(153,114,237); }

 H1.HeaderClassName
 {
   color: #9972ED;
 }
 .AnyTagClassName
 {
   color: #9972ED;
 }
</style>

background-color css

<style>
 a { background-color: #9972ED; }

 a { background-color: rgb(153,114,237); }

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

border-color css

<style>
 span { border-color: #9972ED; }

 span { border-color: rgb(153,114,237); }

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