Html Css Color HEX #9F65EB Medium Purple

📋 copy color: '#9F65EB'

red 159 ◦ green 101 ◦ blue 235

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

Shades of Medium Purple #9F65EB

Tints of Medium Purple #9F65EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.47%

R = 32.12%
G = 20.4%
B = 47.47%

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

#9F65EB (or 0x9F65EB) is known color: Medium Purple. HEX triplet: 9F, 65 and EB. RGB value is (159,101,235). Sum of RGB (Red+Green+Blue) = 159+101+235=495 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.12% from 495); Green value is 101 (39.84% from 255 or 20.40% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F65EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F65EB is #609A14. Grayscale: #858585. Windows color (decimal): -6330901 or 15426975. OLE color: 15426975.

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

Color convert

RGB 159 101 235 -
CMYK 0.32 0.57 0 0.08
HSL 265.97º 0.77% 0.66% -
HSV(B) 265.97º 0.57% 0.92% -
XYZ 33.95 22.68 81.19 -
YUV 133.62 185.22 146.1 -
System Red Green Blue C M Y K H S L
Decimal 159 101 235 0.32 0.57 0 0.08 265.97 0.77 0.66
Hex 9F 65 EB 20 39 0 8 10A 4D 42
Octal 237 145 353 40 71 0 10 412 115 102
Binary 10011111 1100101 11101011 100000 111001 0 1000 100001010 1001101 1000010

Color Harmonies of #9F65EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F65EB

Black with #9F65EB

Text Example


Text Example

White with #9F65EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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