Html Css Color HEX #9E75DD Medium Purple

📋 copy color: '#9E75DD'

red 158 ◦ green 117 ◦ blue 221

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

Shades of Medium Purple #9E75DD

Tints of Medium Purple #9E75DD

RGB

 RED value IS 158 (62.11% from 255) = 31.85%

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

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

R = 31.85%
G = 23.59%
B = 44.56%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9E75DD (or 0x9E75DD) is known color: Medium Purple. HEX triplet: 9E, 75 and DD. RGB value is (158,117,221). Sum of RGB (Red+Green+Blue) = 158+117+221=496 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.85% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E75DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E75DD is #618A22. Grayscale: #8C8C8C. Windows color (decimal): -6392355 or 14513566. OLE color: 14513566.

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

Color convert

RGB 158 117 221 -
CMYK 0.29 0.47 0 0.13
HSL 263.65º 0.6% 0.66% -
HSV(B) 263.65º 0.47% 0.87% -
XYZ 33.51 25.21 71.51 -
YUV 141.12 173.08 140.04 -
System Red Green Blue C M Y K H S L
Decimal 158 117 221 0.29 0.47 0 0.13 263.65 0.6 0.66
Hex 9E 75 DD 1D 2F 0 D 108 3C 42
Octal 236 165 335 35 57 0 15 410 74 102
Binary 10011110 1110101 11011101 11101 101111 0 1101 100001000 111100 1000010

Color Harmonies of #9E75DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E75DD

Black with #9E75DD

Text Example


Text Example

White with #9E75DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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