Html Css Color HEX #9A76EA Medium Purple

📋 copy color: '#9A76EA'

red 154 ◦ green 118 ◦ blue 234

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

Shades of Medium Purple #9A76EA

Tints of Medium Purple #9A76EA

RGB

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

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

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

R = 30.43%
G = 23.32%
B = 46.25%

CMYK

 C value IS 0.34

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9A76EA (or 0x9A76EA) is known color: Medium Purple. HEX triplet: 9A, 76 and EA. RGB value is (154,118,234). Sum of RGB (Red+Green+Blue) = 154+118+234=506 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.43% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #9A76EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A76EA is #658915. Grayscale: #8D8D8D. Windows color (decimal): -6654230 or 15365786. OLE color: 15365786.

HSL color Cylindrical-coordinate representation of color #9A76EA: hue angle of 258.62º degrees, saturation: 0.73, 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 #9A76EA is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 154 118 234 -
CMYK 0.34 0.50 0 0.08
HSL 258.62º 0.73% 0.69% -
HSV(B) 258.62º 0.5% 0.92% -
XYZ 34.66 25.77 80.99 -
YUV 141.99 179.93 136.57 -
System Red Green Blue C M Y K H S L
Decimal 154 118 234 0.34 0.50 0 0.08 258.62 0.73 0.69
Hex 9A 76 EA 22 32 0 8 103 49 45
Octal 232 166 352 42 62 0 10 403 111 105
Binary 10011010 1110110 11101010 100010 110010 0 1000 100000011 1001001 1000101

Color Harmonies of #9A76EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A76EA

Black with #9A76EA

Text Example


Text Example

White with #9A76EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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