Html Css Color HEX #9F75EA Medium Purple

📋 copy color: '#9F75EA'

red 159 ◦ green 117 ◦ blue 234

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

Shades of Medium Purple #9F75EA

Tints of Medium Purple #9F75EA

RGB

 RED value IS 159 (62.5% from 255) = 31.18%

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

 BLUE value IS 234 (91.8% from 255) = 45.88%

R = 31.18%
G = 22.94%
B = 45.88%

CMYK

 C value IS 0.32

 M value IS 0.5

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9F75EA (or 0x9F75EA) is known color: Medium Purple. HEX triplet: 9F, 75 and EA. RGB value is (159,117,234). Sum of RGB (Red+Green+Blue) = 159+117+234=510 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.18% from 510); Green value is 117 (46.09% from 255 or 22.94% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F75EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F75EA is #608A15. Grayscale: #8E8E8E. Windows color (decimal): -6326806 or 15365535. OLE color: 15365535.

HSL color Cylindrical-coordinate representation of color #9F75EA: hue angle of 261.54º degrees, saturation: 0.74, 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 #9F75EA is Cyan = 0.32, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 117 234 -
CMYK 0.32 0.5 0 0.08
HSL 261.54º 0.74% 0.69% -
HSV(B) 261.54º 0.5% 0.92% -
XYZ 35.51 26.03 81 -
YUV 142.9 179.41 139.49 -
System Red Green Blue C M Y K H S L
Decimal 159 117 234 0.32 0.5 0 0.08 261.54 0.74 0.69
Hex 9F 75 EA 20 32 0 8 106 4A 45
Octal 237 165 352 40 62 0 10 406 112 105
Binary 10011111 1110101 11101010 100000 110010 0 1000 100000110 1001010 1000101

Color Harmonies of #9F75EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F75EA

Black with #9F75EA

Text Example


Text Example

White with #9F75EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,117,234); }

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

background-color css

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

 a { background-color: rgb(159,117,234); }

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

border-color css

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

 span { border-color: rgb(159,117,234); }

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