Html Css Color HEX #9475DD Medium Purple

📋 copy color: '#9475DD'

red 148 ◦ green 117 ◦ blue 221

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

Shades of Medium Purple #9475DD

Tints of Medium Purple #9475DD

RGB

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

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

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

R = 30.45%
G = 24.07%
B = 45.47%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9475DD (or 0x9475DD) is known color: Medium Purple. HEX triplet: 94, 75 and DD. RGB value is (148,117,221). Sum of RGB (Red+Green+Blue) = 148+117+221=486 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.45% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #9475DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9475DD is #6B8A22. Grayscale: #898989. Windows color (decimal): -7047715 or 14513556. OLE color: 14513556.

HSL color Cylindrical-coordinate representation of color #9475DD: hue angle of 257.88º 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 #9475DD is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 117 221 -
CMYK 0.33 0.47 0 0.13
HSL 257.88º 0.6% 0.66% -
HSV(B) 257.88º 0.47% 0.87% -
XYZ 31.63 24.24 71.42 -
YUV 138.13 174.77 135.04 -
System Red Green Blue C M Y K H S L
Decimal 148 117 221 0.33 0.47 0 0.13 257.88 0.6 0.66
Hex 94 75 DD 21 2F 0 D 102 3C 42
Octal 224 165 335 41 57 0 15 402 74 102
Binary 10010100 1110101 11011101 100001 101111 0 1101 100000010 111100 1000010

Color Harmonies of #9475DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9475DD

Black with #9475DD

Text Example


Text Example

White with #9475DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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