Html Css Color HEX #9976EB Medium Purple

📋 copy color: '#9976EB'

red 153 ◦ green 118 ◦ blue 235

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

Shades of Medium Purple #9976EB

Tints of Medium Purple #9976EB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.32%

 BLUE value IS 235 (92.19% from 255) = 46.44%

R = 30.24%
G = 23.32%
B = 46.44%

CMYK

 C value IS 0.35

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9976EB (or 0x9976EB) is known color: Medium Purple. HEX triplet: 99, 76 and EB. RGB value is (153,118,235). Sum of RGB (Red+Green+Blue) = 153+118+235=506 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.24% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 235 - color contains mainly: blue. Hex color #9976EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9976EB is #668914. Grayscale: #8D8D8D. Windows color (decimal): -6719765 or 15431321. OLE color: 15431321.

HSL color Cylindrical-coordinate representation of color #9976EB: hue angle of 257.95º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9976EB is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 153 118 235 -
CMYK 0.35 0.50 0 0.08
HSL 257.95º 0.75% 0.69% -
HSV(B) 257.95º 0.5% 0.92% -
XYZ 34.61 25.73 81.74 -
YUV 141.8 180.6 135.99 -
System Red Green Blue C M Y K H S L
Decimal 153 118 235 0.35 0.50 0 0.08 257.95 0.75 0.69
Hex 99 76 EB 23 32 0 8 102 4B 45
Octal 231 166 353 43 62 0 10 402 113 105
Binary 10011001 1110110 11101011 100011 110010 0 1000 100000010 1001011 1000101

Color Harmonies of #9976EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9976EB

Black with #9976EB

Text Example


Text Example

White with #9976EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9976EB; }

 p { color: rgb(153,118,235); }

 H1.HeaderClassName
 {
   color: #9976EB;
 }
 .AnyTagClassName
 {
   color: #9976EB;
 }
</style>

background-color css

<style>
 a { background-color: #9976EB; }

 a { background-color: rgb(153,118,235); }

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

border-color css

<style>
 span { border-color: #9976EB; }

 span { border-color: rgb(153,118,235); }

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