Html Css Color HEX #9F65EA Medium Purple

📋 copy color: '#9F65EA'

red 159 ◦ green 101 ◦ blue 234

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

Shades of Medium Purple #9F65EA

Tints of Medium Purple #9F65EA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.45%

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

R = 32.19%
G = 20.45%
B = 47.37%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9F65EA (or 0x9F65EA) is known color: Medium Purple. HEX triplet: 9F, 65 and EA. RGB value is (159,101,234). Sum of RGB (Red+Green+Blue) = 159+101+234=494 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.19% from 494); Green value is 101 (39.84% from 255 or 20.45% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F65EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F65EA is #609A15. Grayscale: #858585. Windows color (decimal): -6330902 or 15361439. OLE color: 15361439.

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

Color convert

RGB 159 101 234 -
CMYK 0.32 0.57 0 0.08
HSL 266.17º 0.76% 0.66% -
HSV(B) 266.17º 0.57% 0.92% -
XYZ 33.8 22.62 80.43 -
YUV 133.5 184.72 146.19 -
System Red Green Blue C M Y K H S L
Decimal 159 101 234 0.32 0.57 0 0.08 266.17 0.76 0.66
Hex 9F 65 EA 20 39 0 8 10A 4C 42
Octal 237 145 352 40 71 0 10 412 114 102
Binary 10011111 1100101 11101010 100000 111001 0 1000 100001010 1001100 1000010

Color Harmonies of #9F65EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F65EA

Black with #9F65EA

Text Example


Text Example

White with #9F65EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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