Html Css Color HEX #9175E6 Medium Purple

📋 copy color: '#9175E6'

red 145 ◦ green 117 ◦ blue 230

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

Shades of Medium Purple #9175E6

Tints of Medium Purple #9175E6

RGB

 RED value IS 145 (57.03% from 255) = 29.47%

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

 BLUE value IS 230 (90.23% from 255) = 46.75%

R = 29.47%
G = 23.78%
B = 46.75%

CMYK

 C value IS 0.37

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9175E6 (or 0x9175E6) is known color: Medium Purple. HEX triplet: 91, 75 and E6. RGB value is (145,117,230). Sum of RGB (Red+Green+Blue) = 145+117+230=492 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.47% from 492); Green value is 117 (46.09% from 255 or 23.78% from 492); Blue value is 230 (90.23% from 255 or 46.75% from 492); Max value from RGB is 230 - color contains mainly: blue. Hex color #9175E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9175E6 is #6E8A19. Grayscale: #898989. Windows color (decimal): -7244314 or 15103377. OLE color: 15103377.

HSL color Cylindrical-coordinate representation of color #9175E6: hue angle of 254.87º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9175E6 is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 145 117 230 -
CMYK 0.37 0.49 0 0.10
HSL 254.87º 0.69% 0.68% -
HSV(B) 254.87º 0.49% 0.9% -
XYZ 32.32 24.46 77.88 -
YUV 138.25 179.78 132.81 -
System Red Green Blue C M Y K H S L
Decimal 145 117 230 0.37 0.49 0 0.10 254.87 0.69 0.68
Hex 91 75 E6 25 31 0 A FF 45 44
Octal 221 165 346 45 61 0 12 377 105 104
Binary 10010001 1110101 11100110 100101 110001 0 1010 11111111 1000101 1000100

Color Harmonies of #9175E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9175E6

Black with #9175E6

Text Example


Text Example

White with #9175E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9175E6; }

 p { color: rgb(145,117,230); }

 H1.HeaderClassName
 {
   color: #9175E6;
 }
 .AnyTagClassName
 {
   color: #9175E6;
 }
</style>

background-color css

<style>
 a { background-color: #9175E6; }

 a { background-color: rgb(145,117,230); }

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

border-color css

<style>
 span { border-color: #9175E6; }

 span { border-color: rgb(145,117,230); }

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