Html Css Color HEX #9475DC Medium Purple

📋 copy color: '#9475DC'

red 148 ◦ green 117 ◦ blue 220

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

Shades of Medium Purple #9475DC

Tints of Medium Purple #9475DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.36%

R = 30.52%
G = 24.12%
B = 45.36%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9475DC (or 0x9475DC) is known color: Medium Purple. HEX triplet: 94, 75 and DC. RGB value is (148,117,220). Sum of RGB (Red+Green+Blue) = 148+117+220=485 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.52% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #9475DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9475DC is #6B8A23. Grayscale: #898989. Windows color (decimal): -7047716 or 14448020. OLE color: 14448020.

HSL color Cylindrical-coordinate representation of color #9475DC: hue angle of 258.06º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9475DC is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 117 220 -
CMYK 0.33 0.47 0 0.14
HSL 258.06º 0.6% 0.66% -
HSV(B) 258.06º 0.47% 0.86% -
XYZ 31.49 24.19 70.72 -
YUV 138.01 174.27 135.12 -
System Red Green Blue C M Y K H S L
Decimal 148 117 220 0.33 0.47 0 0.14 258.06 0.6 0.66
Hex 94 75 DC 21 2F 0 E 102 3C 42
Octal 224 165 334 41 57 0 16 402 74 102
Binary 10010100 1110101 11011100 100001 101111 0 1110 100000010 111100 1000010

Color Harmonies of #9475DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9475DC

Black with #9475DC

Text Example


Text Example

White with #9475DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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