Html Css Color HEX #9F69E5 Medium Purple

📋 copy color: '#9F69E5'

red 159 ◦ green 105 ◦ blue 229

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

Shades of Medium Purple #9F69E5

Tints of Medium Purple #9F69E5

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.3%

 BLUE value IS 229 (89.84% from 255) = 46.45%

R = 32.25%
G = 21.3%
B = 46.45%

CMYK

 C value IS 0.31

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9F69E5 (or 0x9F69E5) is known color: Medium Purple. HEX triplet: 9F, 69 and E5. RGB value is (159,105,229). Sum of RGB (Red+Green+Blue) = 159+105+229=493 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.25% from 493); Green value is 105 (41.41% from 255 or 21.30% from 493); Blue value is 229 (89.84% from 255 or 46.45% from 493); Max value from RGB is 229 - color contains mainly: blue. Hex color #9F69E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F69E5 is #60961A. Grayscale: #868686. Windows color (decimal): -6329883 or 15034783. OLE color: 15034783.

HSL color Cylindrical-coordinate representation of color #9F69E5: hue angle of 266.13º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9F69E5 is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 159 105 229 -
CMYK 0.31 0.54 0 0.10
HSL 266.13º 0.7% 0.65% -
HSV(B) 266.13º 0.54% 0.9% -
XYZ 33.49 23.13 76.83 -
YUV 135.28 180.89 144.92 -
System Red Green Blue C M Y K H S L
Decimal 159 105 229 0.31 0.54 0 0.10 266.13 0.7 0.65
Hex 9F 69 E5 1F 36 0 A 10A 46 41
Octal 237 151 345 37 66 0 12 412 106 101
Binary 10011111 1101001 11100101 11111 110110 0 1010 100001010 1000110 1000001

Color Harmonies of #9F69E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F69E5

Black with #9F69E5

Text Example


Text Example

White with #9F69E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,105,229); }

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

background-color css

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

 a { background-color: rgb(159,105,229); }

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

border-color css

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

 span { border-color: rgb(159,105,229); }

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