Html Css Color HEX #9475EC Medium Purple

📋 copy color: '#9475EC'

red 148 ◦ green 117 ◦ blue 236

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

Shades of Medium Purple #9475EC

Tints of Medium Purple #9475EC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.35%

 BLUE value IS 236 (92.58% from 255) = 47.11%

R = 29.54%
G = 23.35%
B = 47.11%

CMYK

 C value IS 0.37

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9475EC (or 0x9475EC) is known color: Medium Purple. HEX triplet: 94, 75 and EC. RGB value is (148,117,236). Sum of RGB (Red+Green+Blue) = 148+117+236=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 117 (46.09% from 255 or 23.35% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #9475EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9475EC is #6B8A13. Grayscale: #8B8B8B. Windows color (decimal): -7047700 or 15496596. OLE color: 15496596.

HSL color Cylindrical-coordinate representation of color #9475EC: hue angle of 255.63º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9475EC is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 117 236 -
CMYK 0.37 0.50 0 0.07
HSL 255.63º 0.76% 0.69% -
HSV(B) 255.63º 0.5% 0.93% -
XYZ 33.71 25.07 82.42 -
YUV 139.84 182.27 133.82 -
System Red Green Blue C M Y K H S L
Decimal 148 117 236 0.37 0.50 0 0.07 255.63 0.76 0.69
Hex 94 75 EC 25 32 0 7 100 4C 45
Octal 224 165 354 45 62 0 7 400 114 105
Binary 10010100 1110101 11101100 100101 110010 0 111 100000000 1001100 1000101

Color Harmonies of #9475EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9475EC

Black with #9475EC

Text Example


Text Example

White with #9475EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9475EC; }

 p { color: rgb(148,117,236); }

 H1.HeaderClassName
 {
   color: #9475EC;
 }
 .AnyTagClassName
 {
   color: #9475EC;
 }
</style>

background-color css

<style>
 a { background-color: #9475EC; }

 a { background-color: rgb(148,117,236); }

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

border-color css

<style>
 span { border-color: #9475EC; }

 span { border-color: rgb(148,117,236); }

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