Html Css Color HEX #9F83EA Medium Purple

📋 copy color: '#9F83EA'

red 159 ◦ green 131 ◦ blue 234

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

Shades of Medium Purple #9F83EA

Tints of Medium Purple #9F83EA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25%

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

R = 30.34%
G = 25%
B = 44.66%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9F83EA (or 0x9F83EA) is known color: Medium Purple. HEX triplet: 9F, 83 and EA. RGB value is (159,131,234). Sum of RGB (Red+Green+Blue) = 159+131+234=524 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.34% from 524); Green value is 131 (51.56% from 255 or 25% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F83EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F83EA is #607C15. Grayscale: #969696. Windows color (decimal): -6323222 or 15369119. OLE color: 15369119.

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

Color convert

RGB 159 131 234 -
CMYK 0.32 0.44 0 0.08
HSL 256.31º 0.71% 0.72% -
HSV(B) 256.31º 0.44% 0.92% -
XYZ 37.27 29.54 81.58 -
YUV 151.11 174.78 133.62 -
System Red Green Blue C M Y K H S L
Decimal 159 131 234 0.32 0.44 0 0.08 256.31 0.71 0.72
Hex 9F 83 EA 20 2C 0 8 100 47 48
Octal 237 203 352 40 54 0 10 400 107 110
Binary 10011111 10000011 11101010 100000 101100 0 1000 100000000 1000111 1001000

Color Harmonies of #9F83EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F83EA

Black with #9F83EA

Text Example


Text Example

White with #9F83EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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