Html Css Color HEX #9F81EA Medium Purple

📋 copy color: '#9F81EA'

red 159 ◦ green 129 ◦ blue 234

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

Shades of Medium Purple #9F81EA

Tints of Medium Purple #9F81EA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.71%

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

R = 30.46%
G = 24.71%
B = 44.83%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9F81EA (or 0x9F81EA) is known color: Medium Purple. HEX triplet: 9F, 81 and EA. RGB value is (159,129,234). Sum of RGB (Red+Green+Blue) = 159+129+234=522 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.46% from 522); Green value is 129 (50.78% from 255 or 24.71% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F81EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F81EA is #607E15. Grayscale: #959595. Windows color (decimal): -6323734 or 15368607. OLE color: 15368607.

HSL color Cylindrical-coordinate representation of color #9F81EA: hue angle of 257.14º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9F81EA is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 129 234 -
CMYK 0.32 0.45 0 0.08
HSL 257.14º 0.71% 0.71% -
HSV(B) 257.14º 0.45% 0.92% -
XYZ 37 29.01 81.49 -
YUV 149.94 175.44 134.46 -
System Red Green Blue C M Y K H S L
Decimal 159 129 234 0.32 0.45 0 0.08 257.14 0.71 0.71
Hex 9F 81 EA 20 2D 0 8 101 47 47
Octal 237 201 352 40 55 0 10 401 107 107
Binary 10011111 10000001 11101010 100000 101101 0 1000 100000001 1000111 1000111

Color Harmonies of #9F81EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F81EA

Black with #9F81EA

Text Example


Text Example

White with #9F81EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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