Html Css Color HEX #9F67F5 Medium Purple

📋 copy color: '#9F67F5'

red 159 ◦ green 103 ◦ blue 245

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

Shades of Medium Purple #9F67F5

Tints of Medium Purple #9F67F5

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.32%

 BLUE value IS 245 (96.09% from 255) = 48.32%

R = 31.36%
G = 20.32%
B = 48.32%

CMYK

 C value IS 0.35

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9F67F5 (or 0x9F67F5) is known color: Medium Purple. HEX triplet: 9F, 67 and F5. RGB value is (159,103,245). Sum of RGB (Red+Green+Blue) = 159+103+245=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 103 (40.62% from 255 or 20.32% from 507); Blue value is 245 (96.09% from 255 or 48.32% from 507); Max value from RGB is 245 - color contains mainly: blue. Hex color #9F67F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F67F5 is #60980A. Grayscale: #878787. Windows color (decimal): -6330379 or 16082847. OLE color: 16082847.

HSL color Cylindrical-coordinate representation of color #9F67F5: hue angle of 263.66º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F67F5 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 159 103 245 -
CMYK 0.35 0.58 0 0.04
HSL 263.66º 0.88% 0.68% -
HSV(B) 263.66º 0.58% 0.96% -
XYZ 35.63 23.66 89.08 -
YUV 135.93 189.55 144.45 -
System Red Green Blue C M Y K H S L
Decimal 159 103 245 0.35 0.58 0 0.04 263.66 0.88 0.68
Hex 9F 67 F5 23 3A 0 4 108 58 44
Octal 237 147 365 43 72 0 4 410 130 104
Binary 10011111 1100111 11110101 100011 111010 0 100 100001000 1011000 1000100

Color Harmonies of #9F67F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F67F5

Black with #9F67F5

Text Example


Text Example

White with #9F67F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,103,245); }

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

background-color css

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

 a { background-color: rgb(159,103,245); }

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

border-color css

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

 span { border-color: rgb(159,103,245); }

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