Html Css Color HEX #9476EA Medium Purple

📋 copy color: '#9476EA'

red 148 ◦ green 118 ◦ blue 234

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

Shades of Medium Purple #9476EA

Tints of Medium Purple #9476EA

RGB

 RED value IS 148 (58.2% from 255) = 29.6%

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

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

R = 29.6%
G = 23.6%
B = 46.8%

CMYK

 C value IS 0.37

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9476EA (or 0x9476EA) is known color: Medium Purple. HEX triplet: 94, 76 and EA. RGB value is (148,118,234). Sum of RGB (Red+Green+Blue) = 148+118+234=500 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.6% from 500); Green value is 118 (46.48% from 255 or 23.6% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #9476EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9476EA is #6B8915. Grayscale: #8B8B8B. Windows color (decimal): -7047446 or 15365780. OLE color: 15365780.

HSL color Cylindrical-coordinate representation of color #9476EA: hue angle of 255.52º 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 #9476EA is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 118 234 -
CMYK 0.37 0.50 0 0.08
HSL 255.52º 0.73% 0.69% -
HSV(B) 255.52º 0.5% 0.92% -
XYZ 33.54 25.19 80.94 -
YUV 140.19 180.94 133.57 -
System Red Green Blue C M Y K H S L
Decimal 148 118 234 0.37 0.50 0 0.08 255.52 0.73 0.69
Hex 94 76 EA 25 32 0 8 100 49 45
Octal 224 166 352 45 62 0 10 400 111 105
Binary 10010100 1110110 11101010 100101 110010 0 1000 100000000 1001001 1000101

Color Harmonies of #9476EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9476EA

Black with #9476EA

Text Example


Text Example

White with #9476EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9476EA; }

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

 H1.HeaderClassName
 {
   color: #9476EA;
 }
 .AnyTagClassName
 {
   color: #9476EA;
 }
</style>

background-color css

<style>
 a { background-color: #9476EA; }

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

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

border-color css

<style>
 span { border-color: #9476EA; }

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

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