Html Css Color HEX #9F69EF Medium Purple

📋 copy color: '#9F69EF'

red 159 ◦ green 105 ◦ blue 239

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

Shades of Medium Purple #9F69EF

Tints of Medium Purple #9F69EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.51%

R = 31.61%
G = 20.87%
B = 47.51%

CMYK

 C value IS 0.33

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9F69EF (or 0x9F69EF) is known color: Medium Purple. HEX triplet: 9F, 69 and EF. RGB value is (159,105,239). Sum of RGB (Red+Green+Blue) = 159+105+239=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F69EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F69EF is #609610. Grayscale: #878787. Windows color (decimal): -6329873 or 15690143. OLE color: 15690143.

HSL color Cylindrical-coordinate representation of color #9F69EF: hue angle of 264.18º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F69EF is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 159 105 239 -
CMYK 0.33 0.56 0 0.06
HSL 264.18º 0.81% 0.67% -
HSV(B) 264.18º 0.56% 0.94% -
XYZ 34.93 23.71 84.4 -
YUV 136.42 185.89 144.1 -
System Red Green Blue C M Y K H S L
Decimal 159 105 239 0.33 0.56 0 0.06 264.18 0.81 0.67
Hex 9F 69 EF 21 38 0 6 108 51 43
Octal 237 151 357 41 70 0 6 410 121 103
Binary 10011111 1101001 11101111 100001 111000 0 110 100001000 1010001 1000011

Color Harmonies of #9F69EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F69EF

Black with #9F69EF

Text Example


Text Example

White with #9F69EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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