Html Css Color HEX #9F76EA Medium Purple

📋 copy color: '#9F76EA'

red 159 ◦ green 118 ◦ blue 234

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

Shades of Medium Purple #9F76EA

Tints of Medium Purple #9F76EA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.09%

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

R = 31.12%
G = 23.09%
B = 45.79%

CMYK

 C value IS 0.32

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9F76EA (or 0x9F76EA) is known color: Medium Purple. HEX triplet: 9F, 76 and EA. RGB value is (159,118,234). Sum of RGB (Red+Green+Blue) = 159+118+234=511 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.12% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F76EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F76EA is #608915. Grayscale: #8F8F8F. Windows color (decimal): -6326550 or 15365791. OLE color: 15365791.

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

Color convert

RGB 159 118 234 -
CMYK 0.32 0.50 0 0.08
HSL 261.21º 0.73% 0.69% -
HSV(B) 261.21º 0.5% 0.92% -
XYZ 35.63 26.27 81.03 -
YUV 143.48 179.08 139.07 -
System Red Green Blue C M Y K H S L
Decimal 159 118 234 0.32 0.50 0 0.08 261.21 0.73 0.69
Hex 9F 76 EA 20 32 0 8 105 49 45
Octal 237 166 352 40 62 0 10 405 111 105
Binary 10011111 1110110 11101010 100000 110010 0 1000 100000101 1001001 1000101

Color Harmonies of #9F76EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F76EA

Black with #9F76EA

Text Example


Text Example

White with #9F76EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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