Html Css Color HEX #9A76DD Medium Purple

📋 copy color: '#9A76DD'

red 154 ◦ green 118 ◦ blue 221

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

Shades of Medium Purple #9A76DD

Tints of Medium Purple #9A76DD

RGB

 RED value IS 154 (60.55% from 255) = 31.24%

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

 BLUE value IS 221 (86.72% from 255) = 44.83%

R = 31.24%
G = 23.94%
B = 44.83%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9A76DD (or 0x9A76DD) is known color: Medium Purple. HEX triplet: 9A, 76 and DD. RGB value is (154,118,221). Sum of RGB (Red+Green+Blue) = 154+118+221=493 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.24% from 493); Green value is 118 (46.48% from 255 or 23.94% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A76DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A76DD is #658922. Grayscale: #8C8C8C. Windows color (decimal): -6654243 or 14513818. OLE color: 14513818.

HSL color Cylindrical-coordinate representation of color #9A76DD: hue angle of 260.97º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9A76DD is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 118 221 -
CMYK 0.30 0.47 0 0.13
HSL 260.97º 0.6% 0.66% -
HSV(B) 260.97º 0.47% 0.87% -
XYZ 32.86 25.05 71.51 -
YUV 140.51 173.43 137.62 -
System Red Green Blue C M Y K H S L
Decimal 154 118 221 0.30 0.47 0 0.13 260.97 0.6 0.66
Hex 9A 76 DD 1E 2F 0 D 105 3C 42
Octal 232 166 335 36 57 0 15 405 74 102
Binary 10011010 1110110 11011101 11110 101111 0 1101 100000101 111100 1000010

Color Harmonies of #9A76DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A76DD

Black with #9A76DD

Text Example


Text Example

White with #9A76DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A76DD; }

 p { color: rgb(154,118,221); }

 H1.HeaderClassName
 {
   color: #9A76DD;
 }
 .AnyTagClassName
 {
   color: #9A76DD;
 }
</style>

background-color css

<style>
 a { background-color: #9A76DD; }

 a { background-color: rgb(154,118,221); }

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

border-color css

<style>
 span { border-color: #9A76DD; }

 span { border-color: rgb(154,118,221); }

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