Html Css Color HEX #9575EB Medium Purple

📋 copy color: '#9575EB'

red 149 ◦ green 117 ◦ blue 235

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

Shades of Medium Purple #9575EB

Tints of Medium Purple #9575EB

RGB

 RED value IS 149 (58.59% from 255) = 29.74%

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

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

R = 29.74%
G = 23.35%
B = 46.91%

CMYK

 C value IS 0.37

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9575EB (or 0x9575EB) is known color: Medium Purple. HEX triplet: 95, 75 and EB. RGB value is (149,117,235). Sum of RGB (Red+Green+Blue) = 149+117+235=501 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.74% from 501); Green value is 117 (46.09% from 255 or 23.35% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #9575EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9575EB is #6A8A14. Grayscale: #8B8B8B. Windows color (decimal): -6982165 or 15431061. OLE color: 15431061.

HSL color Cylindrical-coordinate representation of color #9575EB: hue angle of 256.27º 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 #9575EB is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 117 235 -
CMYK 0.37 0.50 0 0.08
HSL 256.27º 0.75% 0.69% -
HSV(B) 256.27º 0.5% 0.92% -
XYZ 33.75 25.11 81.67 -
YUV 140.02 181.6 134.41 -
System Red Green Blue C M Y K H S L
Decimal 149 117 235 0.37 0.50 0 0.08 256.27 0.75 0.69
Hex 95 75 EB 25 32 0 8 100 4B 45
Octal 225 165 353 45 62 0 10 400 113 105
Binary 10010101 1110101 11101011 100101 110010 0 1000 100000000 1001011 1000101

Color Harmonies of #9575EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9575EB

Black with #9575EB

Text Example


Text Example

White with #9575EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9575EB; }

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

 H1.HeaderClassName
 {
   color: #9575EB;
 }
 .AnyTagClassName
 {
   color: #9575EB;
 }
</style>

background-color css

<style>
 a { background-color: #9575EB; }

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

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

border-color css

<style>
 span { border-color: #9575EB; }

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

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