Html Css Color HEX #9E65F3 Medium Purple

📋 copy color: '#9E65F3'

red 158 ◦ green 101 ◦ blue 243

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

Shades of Medium Purple #9E65F3

Tints of Medium Purple #9E65F3

RGB

 RED value IS 158 (62.11% from 255) = 31.47%

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

 BLUE value IS 243 (95.31% from 255) = 48.41%

R = 31.47%
G = 20.12%
B = 48.41%

CMYK

 C value IS 0.35

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9E65F3 (or 0x9E65F3) is known color: Medium Purple. HEX triplet: 9E, 65 and F3. RGB value is (158,101,243). Sum of RGB (Red+Green+Blue) = 158+101+243=502 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.47% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 243 (95.31% from 255 or 48.41% from 502); Max value from RGB is 243 - color contains mainly: blue. Hex color #9E65F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E65F3 is #619A0C. Grayscale: #858585. Windows color (decimal): -6396429 or 15951262. OLE color: 15951262.

HSL color Cylindrical-coordinate representation of color #9E65F3: hue angle of 264.08º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9E65F3 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 158 101 243 -
CMYK 0.35 0.58 0 0.05
HSL 264.08º 0.86% 0.67% -
HSV(B) 264.08º 0.58% 0.95% -
XYZ 34.93 23.05 87.4 -
YUV 134.23 189.38 144.95 -
System Red Green Blue C M Y K H S L
Decimal 158 101 243 0.35 0.58 0 0.05 264.08 0.86 0.67
Hex 9E 65 F3 23 3A 0 5 108 56 43
Octal 236 145 363 43 72 0 5 410 126 103
Binary 10011110 1100101 11110011 100011 111010 0 101 100001000 1010110 1000011

Color Harmonies of #9E65F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E65F3

Black with #9E65F3

Text Example


Text Example

White with #9E65F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,101,243); }

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

background-color css

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

 a { background-color: rgb(158,101,243); }

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

border-color css

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

 span { border-color: rgb(158,101,243); }

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