Html Css Color HEX #9D75EB Medium Purple

📋 copy color: '#9D75EB'

red 157 ◦ green 117 ◦ blue 235

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

Shades of Medium Purple #9D75EB

Tints of Medium Purple #9D75EB

RGB

 RED value IS 157 (61.72% from 255) = 30.84%

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

 BLUE value IS 235 (92.19% from 255) = 46.17%

R = 30.84%
G = 22.99%
B = 46.17%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9D75EB (or 0x9D75EB) is known color: Medium Purple. HEX triplet: 9D, 75 and EB. RGB value is (157,117,235). Sum of RGB (Red+Green+Blue) = 157+117+235=509 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.84% from 509); Green value is 117 (46.09% from 255 or 22.99% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 235 - color contains mainly: blue. Hex color #9D75EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D75EB is #628A14. Grayscale: #8D8D8D. Windows color (decimal): -6457877 or 15431069. OLE color: 15431069.

HSL color Cylindrical-coordinate representation of color #9D75EB: hue angle of 260.34º degrees, saturation: 0.75, 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 #9D75EB is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 157 117 235 -
CMYK 0.33 0.50 0 0.08
HSL 260.34º 0.75% 0.69% -
HSV(B) 260.34º 0.5% 0.92% -
XYZ 35.26 25.89 81.74 -
YUV 142.41 180.25 138.41 -
System Red Green Blue C M Y K H S L
Decimal 157 117 235 0.33 0.50 0 0.08 260.34 0.75 0.69
Hex 9D 75 EB 21 32 0 8 104 4B 45
Octal 235 165 353 41 62 0 10 404 113 105
Binary 10011101 1110101 11101011 100001 110010 0 1000 100000100 1001011 1000101

Color Harmonies of #9D75EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D75EB

Black with #9D75EB

Text Example


Text Example

White with #9D75EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,117,235); }

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

background-color css

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

 a { background-color: rgb(157,117,235); }

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

border-color css

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

 span { border-color: rgb(157,117,235); }

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